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 commentaires

KSSV
KSSV le 1 Mar 2017
What file it is? binary or ascii? You have to show the format of file and the data you want.
KaPa
KaPa le 2 Mar 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 le 27 Mai 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 le 19 Avr 2024
importdata ('*.set'); % This will read and load your .set data file

Connectez-vous pour commenter.

 Réponse acceptée

PANKAJ RATHI
PANKAJ RATHI le 3 Avr 2019

8 votes

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

Plus de réponses (2)

Saadullah Farooq Abbasi
Saadullah Farooq Abbasi le 17 Déc 2018

1 vote

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 le 18 Jan 2023

1 vote

Just change the extension .set to .mat

1 commentaire

ayat alshoca
ayat alshoca le 26 Fév 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.

Connectez-vous pour commenter.

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by