braph-software / BRAPH-2

BRAPH 2.0 is a comprehensive software package for the analysis and visualization of brain connectivity data, offering flexible customization, rich visualization capabilities, and a platform for collaboration in neuroscience research.
http://braph.org
Other
29 stars 12 forks source link

Update Element.m #1705

Open annacanal opened 5 months ago

c-yuwei commented 1 week ago

This PR adds '-v7.3' tag in save function, line 1858 in Element.m. This tag specifies the version of the MAT-file to be v7.3 rather than v7 (default).

The main difference between v7.3 and v7 is the Maximum Size of Each Variable.

v7.3 allows the Maximum Size of Each Variable to be more than 2 GB, which might be the case for some b2 files.

For more official information about this tag and save function, visit https://www.mathworks.com/help/matlab/ref/save.html.