If i want to read the different values from a signal at different instance of time generated by the scope from simulink. How to do it?

Respuestas (1)

TAB
TAB el 6 de Dic. de 2012
Editada: TAB el 6 de Dic. de 2012
Save your scope data on base workspace by enabling option Scope Parameters > History > Save data to workspace with Foramat = Structure with time. From save structure you can read the signal value at any point of time.
For example if you want value at time t=5. Then on base workspace type
MyVal = ScopeData.signals.values[5]

1 comentario

Hi, I have same kind of question and I tried the above command. I used simout instead of ScopeData but with the same format. But I dont understand why is it showing this error.
Error: Unbalanced or unexpected parenthesis or bracket.
Please help

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 6 de Dic. de 2012

Comentada:

el 7 de Mzo. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by