Contents of a variable file in matlab

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

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!