Should it take a long time to WHOS the contents of a .mat file
Mostrar comentarios más antiguos
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
Respuestas (1)
Sean de Wolski
el 22 de Jul. de 2013
0 votos
Do you have network directories anywhere on your path? If so, remove them and try again. Does this clear it up?
4 comentarios
Matt J
el 22 de Jul. de 2013
Sean de Wolski
el 22 de Jul. de 2013
It searches everywhere on the path. For example, even the doc example:
whos('-file','durer.mat')
Sean de Wolski
el 22 de Jul. de 2013
Well it does appear to only find one.
Categorías
Más información sobre Variables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!