Contents of a variable file in matlab

1 view (last 30 days)
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.

Accepted Answer

Walter Roberson
Walter Roberson on 8 Jan 2012
who -file FILENAME
or
whos -file FILENAME
if you want more information.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!