Provides python functions which are useful for interacting with MATLAB by using the mlabwrap library.
To use MATLAB functions directly, see cobra.matlab
This function converts all of the object values to the corresponding model fields to update the mlab model.
initialize the matlab cobra toolbox, and load its functions into mlab’s namespace (very useful for ipython tab completion)
matlab_cobra_path: the path to the directory containing the MATLAB cobra installation. Using the default None will attempt to find the toolbox in the MATLAB path
Converts a COBRA toolbox 2.0 struct into a cobra.Model object using the mlabwrap matlab proxy