Main Content

Generate MATLAB Scripts 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 (see Root Inport Mapping Scenarios).

  1. Associate your scenario with the model.

  2. In the Script section, click Generate Script and supply a script name when prompted. This command generates the batch simulation file and opens it in MATLAB Editor.

  3. To run the script, in the MATLAB Editor, click Run.

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

The resulting script uses the Simulink.SimulationInput object and parsim function.

See Also

Tools

Functions

Related Topics