How does Matlab editor exactly open compressed (-V7) files
Mostrar comentarios más antiguos
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 comentarios
Jan
el 19 de Abr. de 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
el 20 de Abr. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Dates and Time 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!