plot simulink signal into matlab
Mostrar comentarios más antiguos
I have to plot a signals in a MATLAB gui.
With Simulink I make a simulation and I save the signal in the scope. I want to plot that signal in matlab I dont know what I have to do.i have used already plot(ScopeData.time, ScopeData.signals.values)command but it shows Undefined function or variable 'ScopeData'. now how can i solve it?
Respuesta aceptada
Más respuestas (1)
Ali
el 4 de Feb. de 2013
0 votos
plot(sig) use obviously it in command window signal will be present in workspace
Categorías
Más información sobre Scopes and Data Logging en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!