Clear Filters
Clear Filters

How to save 'Scope' data in Simulink into WorkSpace to plot?

52 views (last 30 days)
Dear all,
I have used in the past the simulation data from Simulink in a way that: in the Scope block in Simulink, by modifying the settings / properties > logging > log into WorkSpace > name of the file and type (either array or dataset).
Then in a script file (filename.m), just by using the 'sim' function I run the simulation and save the generated data into WorkSapce as logged, then I could easily plot it.
But now I see that Simulink Scope block sends the logged data into SimulationOutput foler insdie the WorkSpace and as a result, it cannot be plotted directly.
Any hints?
I feel it should be a bug in my MATLAB version.

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 17 Jul 2023
The saved/stored data in the workspace from the Scope block can be plotted and processed without any difficulty only if one can handle how to call the data.
That shows how to obtain a data from the Simulink model and store it (a data variable from scope is called Out) in the MATLAB workspace, and then plot the stored data.

Categories

Find more on View and Analyze Simulation Results in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!