Hi all,
The attached SBML file causes an error when using TranslateSBML from Matlab.
Best Sven
Messages given by libSBML:
Error using ==
Matrix dimensions must agree.
Error in CheckAndConvert>IsItLogBase (line 216)
Equal = find(Greater == Less, 1);
Error in CheckAndConvert (line 137)
LogTypes = IsItLogBase(Formula);
Error in CNAsbmlModel2MFNetwork (line 34)
SBMLModel=TranslateSBML(filename,0,1);
Hi Sven
Thanks for the report. The attached files should fix the issue; if you replace them.
Sarah
Hi Sarah,
Thanks for your response. I can confirm that the new files fix the problem.
Sven
Thanks for confirming.