How realised analysis parametric with simulink?

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

 Accepted 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.

More Answers (0)

Categories

Products

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!