Opening .set file in Matlab

조회 수: 63 (최근 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 CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by