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 ExchangeData 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