cobratoolbox icon indicating copy to clipboard operation
cobratoolbox copied to clipboard

Unrecognized function or variable 'TranslateSBML'.

Open 2132030 opened this issue 4 months ago • 3 comments

model=readCbModel('e_coli_core.xml') Unrecognized function or variable 'TranslateSBML'.

Error in readSBML (line 31) modelSBML = TranslateSBML(fileName,0,0,[1 1]);

Error in readCbModel (line 211) model = readSBML(fileName,defaultBound);

I got this error. How can solve?

2132030 avatar Feb 18 '24 14:02 2132030