how do i access signal logging data
Mostrar comentarios más antiguos
i dont mean view the data in data viewer, i mean evaluate signals in a script?
Respuestas (1)
Azzi Abdelmalek
el 22 de Abr. de 2016
0 votos
Use to workspace block
2 comentarios
alan chewter
el 23 de Abr. de 2016
Azzi Abdelmalek
el 23 de Abr. de 2016
then you can read your selected data
h1=logsout.get(1) % for the first selected signnal
% the variable name is set by default, you can change it in parameter configuration
data1=h1.Values.Data
and so on
Categorías
Más información sobre Analyze Simulation Results 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!