How does Matlab editor exactly open compressed (-V7) files
Show older comments
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 Comments
Jan
on 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
on 20 Apr 2023
Accepted Answer
More Answers (0)
Categories
Find more on Dates and Time 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!