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

5 views (last 30 days)
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.

Answers (1)

Walter Roberson
Walter Roberson on 5 Dec 2022
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 Comments
anurag purbey
anurag purbey on 9 Dec 2022
By default, it is set as version 7.3. Should I change to version 7?
Walter Roberson
Walter Roberson on 9 Dec 2022
You can save a dataset with -v7 option, in order to test how much difference it makes for your data

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!