Clear Filters
Clear Filters

How to convert .set file into .mat or .web?

20 views (last 30 days)
Manisha Chandani
Manisha Chandani on 19 Mar 2017
Answered: Daisy Das on 11 Oct 2023
I am not getting how to run .set file in MATLAB and hence i want to convert it to .mat or .web

Answers (1)

Daisy Das
Daisy Das on 11 Oct 2023
EEG1 = pop_loadset('filename.set');
save('newfilename.mat','EEG1')

Categories

Find more on EEG/MEG/ECoG 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!