Contents of a variable file in matlab
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have stored the variables in .mat file. Now I would like to see the variable names inside the .mat file. How can I do that?
Thanks in advance.
0 commentaires
Réponse acceptée
Walter Roberson
le 8 Jan 2012
who -file FILENAME
or
whos -file FILENAME
if you want more information.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!