simulink.multisim.DesignStudy
Description
The simulink.multisim.DesignStudy
object represents a design
study that allows you to run multiple simulation at a large scale. With the
simulink.multisim.DesignStudy
object, you can specify values for massive
simulations using parameter combinations. The table summarizes the objects you can use to
configure values for massive simulations. Using the
simulink.multisim.DesignStudy
function with Parallel Computing Toolbox™ allows you to automate the creation of parallel pools, identifies file
dependencies, and manages build artifacts for multiple simulations.
simulink.multisim.DesignStudy
runs simulations in serial if a Parallel Computing Toolbox license is not available.
Objects | Purpose |
---|---|
simulink.multisim.ExternalInput | Specify a range of external inputs |
simulink.multisim.ModelParameter | Specify a range of values for model parameters |
simulink.multisim.BlockParameter | Specify a range of values for block parameters |
simulink.multisim.Variable | Specify a range of values for model variables |
When running massive simulations, you can specify the values for simulations in terms of parameter combinations. Providing simulation specifications in terms of parameter combinations allows you to easily configure design space to run large scale simulations in a concise manner. Once you use the above objects to specify values for massive simulations, you can use either of the following objects to specify the type of parameter combination for the values.
Objects | Purpose |
---|---|
simulink.multisim.Exhaustive | Create all the possible combinations for the specified values |
simulink.multisim.Sequential | Creates a sequential combination for the specified values |
Once you have specified values for your simulation, and then created a parameter
combination with those values, you can use the DesignStudy
object to run
simulations. DesignStudy
object takes model name and a parameter
combination as inputs to run simulations.
Creation
Syntax
Description
creates the d
= simulink.multisim.DesignStudy(mdlname
,parameterCombination
)DesignStudy
object d
for the model
mdlname
.
Input Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2024a
See Also
Objects
Simulink.SimulationInput
|Simulink.SimulationOutput
|simulink.multisim.ModelParameter
|simulink.multisim.BlockParameter
|simulink.multisim.ExternalInput
|simulink.multisim.Variable
Functions
Topics
- Create Design of Experiments for PMSM and Run Design Study (Model-Based Calibration Toolbox)