sbioloadproject
Load project from file
Syntax
sbioloadproject('
projFilename
')
sbioloadproject ('projFilename
','variableName
')
sbioloadproject projFilename
variableName1
variableName2...
s = sbioloadproject (...)
Description
sbioloadproject('
loads
a SimBiology® project from a project file (projFilename
')
).
If no extension is specified, projFilename
sbioloadproject
assumes
a default extension of .sbproj
. Alternatively,
the command syntax is sbioloadproject
.projFilename
sbioloadproject ('
loads
only the variable projFilename
','variableName
')
from
the project file.variableName
sbioloadproject
loads
the specified variables from the project. projFilename
variableName1
variableName2...
s = sbioloadproject (...)
returns
the contents of projFilename
in a variable s
. s
is
a struct
containing fields matching the variables
retrieved from the SimBiology project.
You can display the contents of the project file using the sbiowhos
command.
Version History
Introduced in R2006a