Opening .set file in Matlab

Hi, have anybody an idea how I can open a .set data (from eeglab) in Matlab? So that I have a data with Channels as rows and sampling points as columns?

4 comentarios

KSSV
KSSV el 1 de Mzo. de 2017
What file it is? binary or ascii? You have to show the format of file and the data you want.
KaPa
KaPa el 2 de Mzo. de 2017
Actually I dont really know (how can I prove this?). Are you familiar with the eeglab Tool? So because when I save the dataset there, it is saved as .set and .fdt data ( I dont know, if they contain different information of the data). When typing >>EEG in Matlab right now I can see the followig part (maybe it helps):
Divya B
Divya B el 27 de Mayo de 2019
Did you get the way to load eeglab results to matlab for furhter processing? i am also facing the same issue which you have shared in your query.
Maryam
Maryam el 19 de Abr. de 2024
importdata ('*.set'); % This will read and load your .set data file

Iniciar sesión para comentar.

 Respuesta aceptada

PANKAJ RATHI
PANKAJ RATHI el 3 de Abr. de 2019

8 votos

load('-mat','C:\Users\Pankaj\Downloads\eeglab_data.set')

Más respuestas (2)

Saadullah Farooq Abbasi
Saadullah Farooq Abbasi el 17 de Dic. de 2018

1 voto

Hello, You can save the data in .edf file by exporting it using EEGLAB. Go to the file menu> Export > Data to EDF/BDF/GDF file.
MFK
MFK el 18 de En. de 2023

1 voto

Just change the extension .set to .mat

1 comentario

ayat alshoca
ayat alshoca el 26 de Feb. de 2023
Dear Mr.MFK.
This is Ayat, a master's thesis student. I am working on EEGLAB, but I have a problem in Export the file in Csv and mat. form. I will be so grateful if you can help me.

Iniciar sesión para comentar.

Categorías

Más información sobre Data Import and Analysis en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 1 de Mzo. de 2017

Comentada:

el 19 de Abr. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by