How does one use multiple persistent variables?
Ältere Kommentare anzeigen
I need to store t t-1 and t-2 as different variables
Antworten (2)
Walter Roberson
am 25 Okt. 2016
persistent t t_minus_1 t_minus_2
Jan
am 25 Okt. 2016
Or
persistent t
persistent t_minus_1
persistent t_minus_2
Walter's and my answer are trivial. Perhaps your forgot to mention a difficult problem.
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!