Why does the "matfile" function create files larger in size compared to the "save" function?
Show older comments
Comparing "matfile" and "save" with "-v7.3" shows different file sizes if the variables are objects (e.g. tabular classes, or Simulink objects like "Simulink.Signal").
If you save certain variables (object, e.g., tabular classes, or Simulink objects like "Simulink.Signal") with "save" (option "-v7.3"), the resulting file size is much smaller compared to using the "matfile" function to update existing variables in the MAT file.
Accepted Answer
More Answers (0)
Categories
Find more on HDF5 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!