| ModelToSXML | CelleratorML Home |
Translates the Cellerator Model into the Symbolic XML representation of CelleratorML.
Needs["CelleratorML`"];
Return Value
ModelToSXML[model, options]
returns the Symbolic XML of the model.
Options
"Parameters"->{sym->value,sym->value,..}"InitialConditions"{A->value, B->value,..}
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also
Normally one would use SaveModel to save a model to a file.
The text xml can be obtained with ModelToXML or by using ExportString[output,"XML"] where xml is the output of ModelToSXML
