fastRestartForLinearAnalysis
Fast restart for linear analysis
Syntax
fastRestartForLinearAnalysis(model,'on')
fastRestartForLinearAnalysis(model,'on',Name,Value)
fastRestartForLinearAnalysis(model,'off')
Description
fastRestartForLinearAnalysis(model,'on') prepares the model for single
compilation workflows by turning fast restart for linear analysis 'on'. Once a compiling
function is called, the model will remain compiled after the function is finished executing.
Compiling functions can then be later called without any additional compilations. If the
linear analysis points or block substitutions change with subsequent calls to compiling
functions, the model is recompiled.
fastRestartForLinearAnalysis(model,'on',Name,Value) prepares the model
for single compilation workflows with additional options specified by one or more
Name,Value pair arguments.
fastRestartForLinearAnalysis(model,'off') turns fast restart for linear analysis
off and restores the model parameters to their original value. Simulink does not let you
close the model while it is in a complied state. Use this syntax to turn fast restart for
linear analysis off to close the model.
You can also click the link at appears on the top of the compiled Simulink model to turn
fastRestartForLinearAnalysis off. For more information, see “Tips” on page 15-
19.
Examples
fastRestartForLinearAnalysis