Version 1.8

Installation Guide

Please follow the procedures below to install the Systems Biology Toolbox for MATLAB and eventual additional needed software on your computer.

Installation of the Systems Biology Toolbox
Windows & UNIX
  1. Unzip the SBTOOLBOX.zip file to the desired location of the toolbox. Start MATLAB and change into the folder SBTOOLBOX.
  2. Execute installSB.
Now you can use the toolbox.

If you want to be able to import/export SBML models / perform bifurcation analysis you need to install the SBMLToolbox / XPPAUT before installing the Systems Biology Toolbox.
 
Installation of the SBMLToolbox
  1. Download the desired package of the SBMLToolbox, and follow the installation instructions included in the downloaded package.
  2. Then you need to add the root directory of the SBML Toolbox and all its subdirectories to the MATLAB path. You can do this manually in MATLAB or by editing the path information in the installSB.m file, by setting the variable PATH_SBMLTOOLBOX.
Please use always the newest version of the SBML Toolbox.
 
Installation of XPPAUT
Windows
  1. Download and unzip the file to the root folder of "C:".
  2. Open xpp.bat and remove the pause command in the last line.
  3. Add the root directory of the XPPAUT installation to the MATLAB path. You can do this either manually, or by editing the path information in the installSB.m file, by setting the variable PATH_XPPAUT.
In order to run XPPAUT on Windows an X-Server is required. Please refer to the XPPAUT page for more information about that. Please note that there is a pure Windows version of XPPAUT, but you should use the X version!
UNIX
  1. Unpack and untar the file to a temporary location.
  2. Type make to compile the program.
  3. Move the executable xppaut to the desired location.
  4. Add the directory in which the xppaut executable is located to the MATLAB path. You can do this either manually, or by editing the path information in the installSB.m file, by setting the variable PATH_XPPAUT.
 
Installation of the Stochastic Simulator
Windows Download the file stochastic_sim.exe and place it in the folder SBTOOLBOX/stochsim.
UNIX Not available for UNIX/Linux