How does Matlab editor exactly open compressed (-V7) files
Afficher commentaires plus anciens
We are coding an application using the csmatio.dll
We want to compare performance in opening mat file between our app and the Matlab 2015R Editor
When Matlab Editor opens a compressed (V7) file, does it decompress the entire structure before displaying it in the Workspace or does each sub array is decompressed when needed ?
Thank you,
2 commentaires
Jan
le 19 Avr 2023
The editor does not open MAT files, but only the source files, which are uncompressed text files.
Do you mean the load command?
Jean-paul Mesguen
le 20 Avr 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Dates and Time dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!