How do I display simulation results on Figure
How do I display simulation results on Figure still in R2013b and later, just like in previous versions of the simplot command?
I get simulation results in the Base workspace from Simulink model using “To Workspace block”, create Figure with simplot command.
When I do this procedures in R2013b or later version, I see the simulation result are displayed on Data Inspector.
I would like to know how do I get the same results in R2013b, as before R2013a.
ANSWER
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
In R2013b and later versions, simplot has changed to the specification that simplot launches the Simulation Data Inspector.
(Reference) Inspection of signal data by
?Simulation data inspector
In addition, simplot is not recommented now. Please use “Simulink.sdi.view” instead of simplot.
Add for R2015a and later versions, you can switch Scope to Time Scope (switch select the icon on the far right of the Scope screen).
Time Scope has the capability to export scope screens directly to Figure, albeit manually.
If you would to display the results on Figure, please use the plot command instead.
Following is an example that draws time structure data exported from “To Workspace” block.
SEE COMPLETE ANSWER CLICK THE LINK