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

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
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.

Preguntada:

el 19 de Mzo. de 2017

Respondida:

el 11 de Oct. de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by