sbioloadproject
Load project from file
Syntax
sbioloadproject('
projFilename
')
sbioloadproject('projFilename
','model1
')
sbioloadproject projFilename
model1
model2...
s = sbioloadproject('projFilename
')
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 named projFilename
','model1
')
that
represents a SimBiology model from the project file.model1
sbioloadproject
loads the specified variables from the project. projFilename
model1
model2...
s = sbioloadproject('
returns
the contents of projFilename
')projFilename
in a variable
s
. s
is a struct
containing
fields matching the SimBiology models retrieved from the SimBiology project.
You can display the contents of the project file using the sbiowhos
command.