In Simulink, Matlab Function, how to save a variable at the end of the simulation?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
When the Simulation is stopped/finished, I want to have access to matrix M.
0 comentarios
Respuesta aceptada
Kaustubha Govind
el 23 de Abr. de 2013
I think the only way to have access to internal data of a MATLAB Function block is to create an output to the function and assign the output to the value of the persistent variable.
2 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!