How does one use multiple persistent variables?
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need to store t t-1 and t-2 as different variables
0 comentarios
Respuestas (2)
Jan
el 25 de Oct. de 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.
0 comentarios
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!