ssc_new
Create new Simscape model populated by required and commonly used blocks
Syntax
ssc_new
ssc_new('modelname')
ssc_new('modelname','domain')
Description
ssc_new
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
.
ssc_new('modelname')
creates a new Simscape model with the specified name.
ssc_new('modelname','domain')
creates a new
Simscape model with the specified name and with domain-specific blocks added to the
model canvas. Valid domains types are 'electrical'
,
'gas'
,'isothermal_liquid'
,
'magnetic'
, 'moist_air'
,
'rotational'
, 'translational'
,
'thermal'
, 'thermal_liquid'
, and
'two_phase_fluid'
.
Using the ssc_new
to create a model is equivalent to opening the
corresponding Simscape template from the Simulink Start Page.
Examples
Version History
Introduced in R2009a