Exporting the Simulink scope data to the Matlab Workspace in the CarSim environment
3 views (last 30 days)
Show older comments
Hi,
I am facing a problem in exporting the simulink scope data to the Matlab workspace in the CarSim environment. I have a simulink model which I am accessing it through carsim (Run Control with Simulink-Send to Simulink). Before I run the simulation, I ensure that I select the export the scope data option to the Workspace. But after the simulation is over, I don't see my exported scope data in the Matlab workspace. I need to get the data in the Workspace to better analyze and plot according to my requirement. I am using the Matlab 2015b version.
I am also sending you the snapshot of the issue that I am facing for better understanding. Kindly help me in this regard.
2 Comments
Samatha Aleti
on 16 Oct 2019
By default, logged data will be saved as an object by name “out” which holds “ScopeData”. Can you just make sure if an object by name “out” is logged into workspace.
Answers (0)
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!