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에서 Data Import and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
