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
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
KaPa 2017년 3월 2일
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 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
Maryam 2024년 4월 19일
importdata ('*.set'); % This will read and load your .set data file

댓글을 달려면 로그인하십시오.

 채택된 답변

PANKAJ RATHI
PANKAJ RATHI 2019년 4월 3일

8 개 추천

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

추가 답변 (2개)

Saadullah Farooq Abbasi
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
MFK 2023년 1월 18일

1 개 추천

Just change the extension .set to .mat

댓글 수: 1

ayat alshoca
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에 대해 자세히 알아보기

질문:

2017년 3월 1일

댓글:

2024년 4월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by