Should it take a long time to WHOS the contents of a .mat file
Show older comments
For certain particular .mat files that I have, it takes "whos -file" a really long time (~10 sec) to give me the summary of the contents of the file. Also, when I highlight the file in the Current Folder window, the pane which is supposed to show the file contents appears empty, even though "whos -file" tells me otherwise. It remains that way no matter how long I wait.
Admittedly, these .mat files contain large data (~1 GB), but should that matter? Isn't the WHOS summary info contained in headers, and therefore shouldn't extracting this info be easy, quick, and reliable?
R2012a
Answers (1)
Sean de Wolski
on 22 Jul 2013
0 votes
Do you have network directories anywhere on your path? If so, remove them and try again. Does this clear it up?
4 Comments
Matt J
on 22 Jul 2013
Sean de Wolski
on 22 Jul 2013
It searches everywhere on the path. For example, even the doc example:
whos('-file','durer.mat')
Sean de Wolski
on 22 Jul 2013
Well it does appear to only find one.
Categories
Find more on Variables 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!