MATLAB: How realised analysis parametric with simulink

simulink

I wish realized a analysis parametric as the what make Pspice? Run several simulations changing a parameter.

Best Answer

This example demonstrates how you can do a parameter sweep for a Simulink model using Parallel Computing Toolbox: Parallel Simulations Using Parfor: Parameter Sweep in Normal Mode. However, if you don't have access to Parallel Computing Toolbox, you can just replace the PARFOR with a FOR loop.