How does Matlab editor exactly open compressed (-V7) files
이전 댓글 표시
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
Jan
2023년 4월 19일
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
2023년 4월 20일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Dates and Time에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!