• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Nov-2020-

README.md.inH A D02-Jul-20202 KiB3517

README.md.in

1## **libSBML @PACKAGE_VERSION@ MATLAB binaries for 32-bit Linux**
2
3This archive contains standalone binaries for the libSBML MATLAB interface for 32-bit Linux systems.  The interface files are ready to run; they require no compilation or additional steps beyond informing MATLAB about the path to the folder where you unpacked the archive.  Instructions for doing this are given below.
4
5*Note*: It would be very useful for us to learn of people's experiences, both for situations where the binaries do not work as well as situations where they do work.  Please let us know by contacting us at <libsbml-team@googlegroups.com>.
6
7
8### Installation instructions
9
101. Extract the archive somewhere on your local computer.
11
122. Start your copy of MATLAB and add the folder to your MATLAB path using [addPath](http://www.mathworks.com/help/matlab/ref/addpath.html).
13
143. Verify that everything works.  You can do this easily by changing into that folder within your running MATLAB environment, then issuing the command `TranslateSBML('test.xml')` in MATLAB.  If everything went as planned, the output of that command will be a MATLAB structure representing the toy test model.
15
164. Save the changes to your MATLAB path for future use.  To do this, you can use the [savepath](http://www.mathworks.com/help/matlab/ref/savepath.html) command in MATLAB.
17
18
19### Help and support
20
21For more information about the libSBML MATLAB interface, please see the [libSBML MATLAB API Documentation][1].
22
23Please report any problems you encounter using libSBML either to the
24developers directly (using the email address <libsbml-team@googlegroups.com>) or using the [issue tracker][2].
25
26Thank you for your interest in libSBML!
27
28The LibSBML Team.
29
30
31[![SBML Logo](http://sbml.org/images/8/82/Official-sbml-supported-70.jpg)](http://sbml.org)
32
33[1]: http://sbml.org/Software/libSBML/@PACKAGE_VERSION@/docs/matlab-api/libsbml-matlab-reading-files.html
34[2]: https://sourceforge.net/tracker/?group_id=71971&atid=942737
35