How to store variable name AND value in an array?
Mostrar comentarios más antiguos
Suppose I have some code which produces the following outputs:
density = 456
pressure = 356
temperature = 66
How can I store these variables and their names in an array to save them from being printed in the terminal for example?
Respuesta aceptada
Más respuestas (1)
添昊 张
el 26 de Ag. de 2022
0 votos
use 'who' to list variables in workspace?
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!