export final point of Simulink signal to Workspace ?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Khaled Abojlala
el 30 de Mzo. de 2017
Comentada: Tong Zhao
el 19 de Feb. de 2022
I have a signal which is changing over the time of simulation, the signal is time variant signal, the final value of this signal which I interested in. How can I transfer the final point of this signal to Workspace?
0 comentarios
Respuesta aceptada
Aniruddha Katre
el 30 de Mzo. de 2017
You can connect the To Workspace block to the signal you want to log. In the block parameters, set the "Limit data points to last" option to "1" so that only the last data point is logged. Also, set the "Save format" to "array".
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Prepare Model Inputs and Outputs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!