sscnew
Create new Simscape model populated by required and commonly used blocks
Since R2024b
Description
sscnew
creates a new Simscape™ model, with required and commonly used blocks already on the model canvas. The
model uses the recommended solver VariableStepAuto
with the absolute
tolerance, AbsTol
, set to 1e-3.
The function also turns on simulation data logging for the whole model, using the
default workspace variable name simlog
and limiting the logged simulation
data to 10000 points. For more information, see Data Logging.
By default, the function uses the Simulink® default new model name untitled
and the recommended solver
VariableStepAuto
.
Using sscnew
to create a model is equivalent to opening the
corresponding Simscape template from the Simulink Start Page.
sscnew(
creates a new Simscape model with the specified name. modelname
)
Examples
Input Arguments
Version History
Introduced in R2024b