Opening .set file in Matlab
Mostra commenti meno recenti
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 Commenti
KSSV
il 1 Mar 2017
What file it is? binary or ascii? You have to show the format of file and the data you want.
KaPa
il 2 Mar 2017
Divya B
il 27 Mag 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
il 19 Apr 2024
importdata ('*.set'); % This will read and load your .set data file
Risposta accettata
Più risposte (2)
Saadullah Farooq Abbasi
il 17 Dic 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
il 18 Gen 2023
1 voto
Just change the extension .set to .mat
1 Commento
ayat alshoca
il 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.
Categorie
Scopri di più su Data Import and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
