In Simulink, Matlab Function, how to save a variable at the end of the simulation?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When the Simulation is stopped/finished, I want to have access to matrix M.
0 Commenti
Risposta accettata
Kaustubha Govind
il 23 Apr 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 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!