How does Matlab editor exactly open compressed (-V7) files
Ältere Kommentare anzeigen
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 Kommentare
Jan
am 19 Apr. 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
am 20 Apr. 2023
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Dates and Time finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!