Opening .set file in Matlab

47 ビュー (過去 30 日間)
KaPa
KaPa 2017 年 3 月 1 日
コメント済み: Maryam 2024 年 4 月 19 日
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 件のコメント
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 日
load('-mat','C:\Users\Pankaj\Downloads\eeglab_data.set')

その他の回答 (2 件)

Saadullah Farooq Abbasi
Saadullah Farooq Abbasi 2018 年 12 月 17 日
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 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeData Import and Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by