sbmlexport - Export SimBiology model to SBML file

Syntax

sbmlexport(modelObj)
sbmlexport(modelObj, 'FileName')

Arguments

modelObjModel object. Enter a variable name for a model object.
FileNameXML file with a Systems Biology Markup Language (SBML) format. Enter either a file name or a path and file name supported by your operating system. If the file name does not have the extension .xml, then .xml is appended to end of the file name.

Description

sbmlexport(modelObj) exports a SimBiology model object (modelObj) to a file with a Systems Biology Markup Language (SBML) Level 2 Version 1 format. The default file extension is .xml and the file name matches the model name.

sbmlexport(modelObj, 'FileName') exports a SimBiology model object (modelObj) to an SBML file named FileName . The default file extension is .xml.

A SimBiology model can also be written to a SimBiology project with the sbiosaveproject function to save features not supported by SBML.

See SBML Support in the SimBiology Getting Started Guide for more information.

Example

Export a model (modelObj) to a file (gene_regulation.xml) in the current working directory.

sbmlexport(modelObj,'gene_regulation.xml');

Reference

Finney, A., Hucka, M., (2003), Systems Biology Markup Language (SBML) Level 2: Structures and facilities for model definitions. Accessed from SBML.org

See Also

sbiomodel, sbiosaveproject, sbmlimport

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS