Reading a simple model in .xml format using
model = importModel('modelxml');
returns the error:
Execution of script TranslateSBML_RAVEN as a function is not supported:
/Users/admin/RAVEN-main/software/libSBML/TranslateSBML_RAVEN.m
Error in importModel (line 142)
[modelSBML,errorMsg] = TranslateSBML_RAVEN(fileName,0,0,[1 1]);
I followed all the instructions provided for installing RAVEN, the COBRA Toolbox, and libSBML, as well as the solution mentioned here. However, I still get the same problem.
Here is how I installed and configured libSBML in MATLAB following the instructions:
- ./configure --with-matlab=/Applications/MATLAB_R2024a.app
- make
- make install
- addpath('/usr/local/lib')
After that, I changed to the directory libsbml\src\binding\matlab, but running the buildSBML.m script was not successful.
Reading a simple model in .xml format using
model = importModel('modelxml');returns the error:
I followed all the instructions provided for installing RAVEN, the COBRA Toolbox, and libSBML, as well as the solution mentioned here. However, I still get the same problem.
Here is how I installed and configured libSBML in MATLAB following the instructions:
After that, I changed to the directory libsbml\src\binding\matlab, but running the buildSBML.m script was not successful.