Contents of a variable file in matlab
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Walter Roberson
on 8 Jan 2012
who -file FILENAME
or
whos -file FILENAME
if you want more information.
0 Comments
More Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT-Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!