How can i edit an object of the type SimulationOutput?
2 views (last 30 days)
Show older comments
How can i edit an object of the type SimulationOutput?
I have some simulation results which i save as a baseline to compare for future simulations. Now, i've performed some renaming in my model signals and i would want to use the same baseline.
0 Comments
Answers (1)
Fangjun Jiang
on 14 Mar 2019
Just double click it in Workspace editor
or run "open varname"
for API
web(fullfile(docroot, 'simulink/slref/simulink.simulationoutput-class.html'))
0 Comments
See Also
Categories
Find more on Prepare Model Inputs and Outputs 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!