In Simulink, Matlab Function, how to save a variable at the end of the simulation?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
When the Simulation is stopped/finished, I want to have access to matrix M.
0 Kommentare
Akzeptierte Antwort
Kaustubha Govind
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!