How to convert .set file into .mat or .web?
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am not getting how to run .set file in MATLAB and hence i want to convert it to .mat or .web
0 Kommentare
Antworten (1)
Daisy Das
am 11 Okt. 2023
EEG1 = pop_loadset('filename.set');
save('newfilename.mat','EEG1')
0 Kommentare
Siehe auch
Kategorien
Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!