MATLAB: Plot saved data in the sope

MATLABscopesimulink

Hello, my question is about scope of simulink, in the scope setting it is possible to save all the data in a structure or in array, but is it possible to plot saved data in the scope again or just I can plot it by using plot fuction of matlab, thanks?

Best Answer

You can use a From Workspace blocks. If y is your saved structure variable with time, just put it in the from workspace block parameters
You can also use a from file block