| Contents | Index |
sbiodesktop
sbiodesktop(modelObj)
sbiodesktop(File)
| modelObj | SimBiology model object or an array of model objects. |
| File | String specifying a file name or path and file name of an sbproj file. If you specify only a file name, that file must be on the MATLAB search path or in the MATLAB Current Folder. |
sbiodesktop opens the SimBiology desktop, which lets you:
Build a SimBiology model by representing reaction pathways and entering kinetic data for the reactions.
Import or export SimBiology models to and from the MATLAB workspace or from a Systems Biology Markup Language (SBML) file.
Modify an existing SimBiology model.
Simulate a SimBiology model through individual or ensemble runs.
View results from the simulation.
Perform analysis tasks such as sensitivity analysis, parameter and species scans, and calculation of conserved moieties.
Create and/or modify user-defined units and unit prefixes.
Create and/or modify user-defined kinetic laws.
sbiodesktop(modelObj) opens the SimBiology desktop with modelObj, a SimBiology model object. If there is a project open in the SimBiology desktop, this command adds modelObj to the project.
sbiodesktop(File) opens the project specified by File in the SimBiology desktop. File is a string specifying a file name or path and file name of an sbproj file. If you specify only a file name, that file must be on the MATLAB search path or in the MATLAB Current Folder. If a project is open in the desktop, the software replaces it with the new project, after prompting you to save any changes.
The Parent property of a SimBiology model object is set to the SimBiology root object. The root object contains a list of model objects that are accessible from the MATLAB command line and from the SimBiology desktop. Because both the command line and the desktop point to the same model object in the Root object, changes you make to the model at the command line are reflected in the desktop, and vice versa.
Note The sbioreset command removes all models from the root object. Therefore, this command also removes all models from the SimBiology desktop. |
Create a SimBiology model in the MATLAB workspace, and then open the SimBiology desktop with the model:
modelObj = sbiomodel('cell');
sbiodesktop(modelObj)sbiofittool | sbioroot | simbiology

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |