Saved MAT file in the computer is greater than raw .mf4 file

조회 수: 4 (최근 30일)
anurag purbey
anurag purbey 2022년 12월 5일
댓글: Walter Roberson 2022년 12월 9일
I have MF4 data and when I open the raw MF4 data, save contents into mat file using functions provided by matlab, it is usually greater than my raw data. For example, if raw data is 286 mb, my saved file is more than 350mb. However, if I save the same file in my collugues computer using same steps, it is around 100 mb. I have tried with multiple mf4 files and same problem persists. Any help will be appreciated.

답변 (1개)

Walter Roberson
Walter Roberson 2022년 12월 5일
Check whether you have set your preferences to save to v7.3 mat files. v7.3 can be efficient for plain numeric arrays but they have a lot of overhead for structures.
  댓글 수: 2
anurag purbey
anurag purbey 2022년 12월 9일
By default, it is set as version 7.3. Should I change to version 7?
Walter Roberson
Walter Roberson 2022년 12월 9일
You can save a dataset with -v7 option, in order to test how much difference it makes for your data

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by