HOW TO CHANGE THE X AXIS PARAMETER IN SCOPE?
Show older comments
i need a power vs voltage graph.
Answers (1)
Azzi Abdelmalek
on 4 Mar 2013
In your scope, click on parameter icone, then History, then check save data to workspace, and set the variable name to data for example and the format to structure with time. Lunch simulation, in windows command type
t=data.time
y= data.signals.values
plot(t,y)
Categories
Find more on Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!