sfsave
Save Simulink model
Description
sfsave
saves the current model in the current folder. The
current folder must be writable.
sfsave
saves the specified
model in the current folder. The specified model must be open and the current folder
must be writable.modelName
sfsave
saves the specified model using a new model name. The specified model must be open
and the current folder must be writable.modelName
newModelName
sfsave(___)
enables you to specify the input
arguments in the previous syntaxes by using variables or strings. For example, you
can enter sfsave(var1,var2)
where var1
is a
variable set to "OldModel"
and var2
is a
variable set to "NewModel"
.
Examples
Input Arguments
Version History
Introduced before R2006a