How to "OutputSBML" Matlab ODE model encoded in .m file
01 May '12 15:48
I have a matlab code describing a systems of ODEs.
I need to translate a Matlab (.m file which contains ODE) file into an SBML?
I'm using SBMLToolbox-4.1.0.
It looks like the SBMLModel function takes SBMLModel as an argument. Although I can successfully create an SBMLModel by TranslateSBML('test.xml') and then OutputSBML(m,'test1.xml'), I don't seem to understand how to create such an SBMLModel from the model encoded in .m file.