How to open variables in command line?
Mostrar comentarios más antiguos
Is there a function that can be typed into the command window to open a variable listed in the workspace? I have many hundreds of variables generated in one of my codes and finding individual variables is a huge time waster.
Respuesta aceptada
Más respuestas (2)
David Sanchez
el 10 de Mzo. de 2014
You can sue who:
To present all the variables:
who
To present variables whose name start by H:
who H*
To present variables ending by 1:
who *1
1 comentario
Christopher
el 10 de Mzo. de 2014
Editada: Christopher
el 10 de Mzo. de 2014
prerna kaul
el 21 de Mzo. de 2014
0 votos
just double click on variable name in workspace
Categorías
Más información sobre Scope Variables and Generate Names en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!