In Simscape: How to change runtime of simulation and how to change name of blocks?
6 views (last 30 days)
Show older comments
1) I change the runtime from 1-1000, but the Results Explorer still just runs it for the default 10 seconds. How do I fix this? I already tried increasing timescale of plot, but it didn't run longer than 10 seconds.
2) I named a block "Pre Tank (IL)", but in the results explorer it's just named "Tank". How do I change this?
0 Comments
Accepted Answer
Piyush Dubey
on 3 May 2023
Edited: Piyush Dubey
on 3 May 2023
Hi,
1) The run time of the simulation model can be changed from the Simulation tab, under Simulate section. There the stop time can be changed which determines till what time should the simulation run.
Details for which can be obtained in the following documentation: https://www.mathworks.com/help/simulink/gui/stoptime.html
2) Any changes in the name of block gets reflected throughout the model once the simulation has re-run with the new set of changes. Ensure that you have run the simulation model again after making necessary changes.
Re-running the model with the changes will reflect the changes throughout over the axes as well as the name of the block inside the results explorer.
Hope this helps!
More Answers (0)
See Also
Categories
Find more on Creating Custom Components and Libraries in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!