Time based output at simulink
Mostrar comentarios más antiguos
Is there anyway for extracting the last value of a block( corresponding to the end of simulation) in simulink?
Respuestas (2)
Abdolkarim Mohammadi
el 17 de Jul. de 2020
Editada: Abdolkarim Mohammadi
el 17 de Jul. de 2020
0 votos
You can use "Display" block to view the last value or "To Workspace" block and set it to return the last value to the base workspace.
1 comentario
Nozhan Ghoreishi
el 17 de Jul. de 2020
Abdolkarim Mohammadi
el 17 de Jul. de 2020
0 votos
You can simply connect it to the next block :)
Categorías
Más información sobre Modeling 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!