Opening .set file in Matlab

138 Ansichten (letzte 30 Tage)
KaPa
KaPa am 1 Mär. 2017
Kommentiert: Maryam am 19 Apr. 2024
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 Kommentare
Divya B
Divya B am 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 am 19 Apr. 2024
importdata ('*.set'); % This will read and load your .set data file

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

PANKAJ RATHI
PANKAJ RATHI am 3 Apr. 2019
load('-mat','C:\Users\Pankaj\Downloads\eeglab_data.set')

Weitere Antworten (2)

Saadullah Farooq Abbasi
Saadullah Farooq Abbasi am 17 Dez. 2018
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 am 18 Jan. 2023
Just change the extension .set to .mat
  1 Kommentar
ayat alshoca
ayat alshoca am 26 Feb. 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by