sbiosaveproject
Save all models in root object
Syntax
sbiosaveproject
projFilename
sbiosaveproject projFilename
model1
sbiosaveproject projFilename
model1
model2
...
Description
sbiosaveproject
saves
all models in the SimBiology® root object to the binary SimBiology project
file named projFilename
.
The project can be loaded with projFilename
.sbprojsbioloadproject
. sbiosaveproject
returns
an error if
is
not writable.projFilename
.sbproj
sbiosaveproject
creates the binary SimBiology project
file named simbiology.sbproj
. sbiosaveproject
returns
an error if this is not writable.
sbiosaveproject
saves only the variable named projFilename
model1
, that
represents a model1
SimBiology.Model
object.
sbiosaveproject
saves the specified variables in the project. projFilename
model1
model2
...
Use the functional form of sbiosaveproject
when the file name is stored in
a character vector. For example, if the file name is stored in the variable
and
you want to store the variables fileName
= 'myproject.sbproj'
and
model1
, type
model2
sbiosaveproject
(
at the command line.fileName
,'model1
','model2
')