eeglab icon indicating copy to clipboard operation
eeglab copied to clipboard

saveset and STUDY: update from v6 to v7 as standard

Open arnodelorme opened this issue 5 years ago • 2 comments

Maybe we should update all the code to save in version 7 instead of 6.5 (because of compression). However, before we do that, we should check speed of writing and reading with STUDY function. Please report speed assessment here.

The function that saves STUDY measures is std_savedat.m

https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html

arnodelorme avatar Nov 28 '19 02:11 arnodelorme

Speed has been checked and it is not good. We need to keep version 6.5 for saving and reading at high speed, but allow to save as version 7.0 for low speed. Currently one can only switch between version 6.5 and 7.3 for very large files.

arnodelorme avatar Dec 11 '19 02:12 arnodelorme

Implement a 3rd option to save as v7 (not simple from GUI perspective but probably best).

arnodelorme avatar Dec 11 '19 02:12 arnodelorme