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 个评论
KSSV
2017-3-1
What file it is? binary or ascii? You have to show the format of file and the data you want.
KaPa
2017-3-2
Divya B
2019-5-27
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
2024-4-19
importdata ('*.set'); % This will read and load your .set data file
采纳的回答
更多回答(2 个)
Saadullah Farooq Abbasi
2018-12-17
1 个投票
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
2023-1-18
1 个投票
Just change the extension .set to .mat
1 个评论
ayat alshoca
2023-2-26
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.
类别
在 帮助中心 和 File Exchange 中查找有关 EEG/MEG/ECoG 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
