Darke Hull in MATLAB Answers
最後のアクティビティ: 2020 年 7 月 7 日

I am trying to transfer a model from COPASI to Matlab Simbiology by exporting it as an SBML (.xml) file. When I try to import this file into Matlab through either the command window or Simbiology Load Model function I get the following 'Invalid Reaction' error (after renaming the species to fit the naming convention): Invalid Reaction value. Spaces are required before and after species names and stoichiometric values, for example, 2 A + B -> 2 C. Stoichiometric values must be greater than zero. Type 'help SimBiology.Model.addreaction' for more information. Error in privatesbmlio How do I resolve this issue and is there a better way to go about this transfer?