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 Comments

What file it is? binary or ascii? You have to show the format of file and the data you want.
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):
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.
importdata ('*.set'); % This will read and load your .set data file

Sign in to comment.

 Accepted Answer

PANKAJ RATHI
PANKAJ RATHI on 3 Apr 2019
load('-mat','C:\Users\Pankaj\Downloads\eeglab_data.set')

More Answers (2)

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 on 18 Jan 2023
Just change the extension .set to .mat

1 Comment

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.

Sign in to comment.

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Asked:

on 1 Mar 2017

Commented:

on 19 Apr 2024

Community Treasure Hunt

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

Start Hunting!