How to convert .set file into .mat or .web?
Mostrar comentarios más antiguos
I am not getting how to run .set file in MATLAB and hence i want to convert it to .mat or .web
Respuestas (1)
Daisy Das
el 11 de Oct. de 2023
0 votos
EEG1 = pop_loadset('filename.set');
save('newfilename.mat','EEG1')
Categorías
Más información sobre EEG/MEG/ECoG en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!