I have a simulink model with the output volume that I want to observe. However, I want the data shown in the previous simulation to be stopped for continuous display in the window of the scope or saved in some file. Is there an easy way to achieve this? Thanks in advance.
I'm not sure about showing it in scope, but you can save the data displayed in the scope to a workspace variable, and then save that variable to the mat file.
Cm. Partition Save data in the work area in a field of documentation
Source: https://habr.com/ru/post/1729487/More articles:Changing configuration sections in App.config either at run time or during setup - .netRead XML with multiple top-level elements using Python ElementTree? - pythonsubstitute, eval, bquote, do.call ... some guidelines for replacing expressions - rDatabase folder only if backup is successful - sqlWhat is a reasonable timeout for acquiring a GPS fix? - geolocationHow to convert back vertices to GLSL when creating shadow volume - shadowPHP header ("Location:") inside a function redirects without a call function - redirectdisable screen refresh in dos batch file - c ++Generating and Representing ASP.NET Dynamic Forms - c #Linq to Nhibernate Bulk Update Query Equivalent? - linqAll Articles