Documentation

GenerateMATLABScripts for Simulation with Scenarios

After associating a scenario with the model, you can generate a MATLAB®script to perform batch simulations. These scripts enable you to connect multiple sets of input signals to your Simulink®model for interactive or batch simulation. You can run simulations multiple times and quickly generate data. This topic assumes that you have a scenario ready to run (seeRoot Inport Mapping Scenarios).

  1. Associate your scenario with the model.

  2. In theSCRIPTsection, clickGenerate MATLAB Scriptand supply a script name when prompted.

  3. To run the script, clickRun Script.

  4. To evaluate the results of the simulation, see the base workspace.

The resulting script uses theSimulink.SimulationInput对象和parsimfunction.

See Also

|

Related Topics