How can you take strings imported with TranslateSBML and turn them as functions?
5 views
Skip to first unread message
Gavin Yeip
unread,
Nov 12, 2018, 10:44:28 PM11/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sbml-interoperability
Hello,
I am currently working on a project for school where I will take a .xml file created in iBioSim and import the file into MATLAB. From here I will create Nullcline plots created from the reaction rates of the file. I have been able to successfully import a SBML file into MATLAB using the TranslateSBML function. TranslateSBML will return a structure with all the information I need. However, the information is all contained by strings. I am wondering if anyone knows of a function that can go through the parameters/reactions contained in the structure and return variables/functions I can use in MATLAB. Any help would be appreciated.