| CellzillaModelToXML | CelleratorML Home |
Returns the text XML corresponding to the specified Cellzilla Model.
Needs["CelleratorML`"];
Needs["Cellzilla2D`"];
CellzillaModelToSXML[model, options]
returns the Symbolic XML of the model.
Options
Same as SaveCellzillaModel
Example
[ Download as Zipped Mathematica Notebook ]
Implementation Notes
See Also
Normally one would use SaveCellzillaModel to save a model to a file.
The symbolic xml can be obtained with CellzillaModelToSXML.

