Time-Domain Responses of Multiple simulation with different model's paramters

3 views (last 30 days)
I need to compare the responses of various model's parametrs , I'm using the multiple simulations panel in the simulink editor to run multiple simulations with varying values. I'm viewing the results in simulation manager, so I need to see as well the time-domain responses per multiple parameters, Is it possible to see/plot it in simulation manager?
Since I'm using "on-line" matlab version I can open Data Inspector

Answers (1)

Jaskirat
Jaskirat on 17 Feb 2025
Edited: Jaskirat on 17 Feb 2025
You can refer to the following steps to view and plot time domain responses per multiple parameters-
1)Configure each simulation to save its result in a unique workspace variable. This can be done by going into the Model Settings and select the “Save to Workspace” option in the Data Import/Export tab.
2) Run the multiple simulations, the output can be seen in the Simulation Manager
3) Select the variables or signals to be plotted in the Data Inspector.
4)Refer to the following documentation to see how to organize and plot the data using Data Inspector-
Hope this helps!

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!