Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Matlab Simulink scope log or saved data

I have a simulink model with a scope output that I want to observe. However, I want the data shown on the previous simulation while being stopped to be continuously shown on the scope window, or saved to a file somewhere. Is there any easy way to achieve this? Thanks in advance.

like image 834
stanigator Avatar asked Jun 17 '26 13:06

stanigator


1 Answers

I'm not sure about showing it on the scope, but you can save the data shown in a scope to a workspace variable, and then save that variable to a mat file.

See the section on Save data to workspace in the scope documentation

like image 193
MikeT Avatar answered Jun 19 '26 12:06

MikeT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!