When i make simulation, the plot at workspace is different the plot at scope?? .. I want the plot at workspace same as the plot at scope
3 views (last 30 days)
Show older comments

0 Comments
Accepted Answer
Iman Ansari
on 5 Apr 2015
Edited: Iman Ansari
on 5 Apr 2015
Hi
Use simulation time vector to plot in command widow, maybe the simulation ran with variable steps. Something like this:
plot(tout,yout)
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!