Order workspace variables by order of appearance?
Afficher commentaires plus anciens
Is there a way to order the workspace variable by order of appearance in the code (i.e. creation)? E.g. if I have in the code a=2; d=10; b=4; that the workspace would show a, d, b in that order? Would make debugging easier... Thanks!
Réponses (1)
Adam
le 20 Fév 2015
0 votes
I'm fairly certain there isn't. Generally I give my variables meaningful names so I naturally want to look for that meaningful name in its alphabetic order!
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!