how to save data from eeglab to .mat

14 visualizzazioni (ultimi 30 giorni)
shamsah alotibe
shamsah alotibe il 24 Mar 2019
Risposto: shamsah alotibe il 25 Mar 2019
Hello everyone
I want to save signals data in eeglab to matfile
what should to do?
I am trying to write save in command window then the data saved in matfile but it could not load to workspace.
please help
  1 Commento
Walter Roberson
Walter Roberson il 24 Mar 2019
Looking around, it looks to me as if you might be able to assign EEG.data to a variable, and then save() the variable to a .mat file.

Accedi per commentare.

Risposte (2)

shamsah alotibe
shamsah alotibe il 25 Mar 2019
Thank you Walter for your answer
Can you clarify please..
  1 Commento
Walter Roberson
Walter Roberson il 25 Mar 2019
data = EEG.data;
save RQ19x7_5lead data
would save the data content of the EEG structure (from EEGLab) as a variable named "data" stored in RQ19x7_5lead.mat

Accedi per commentare.


shamsah alotibe
shamsah alotibe il 25 Mar 2019
Thank you very much Walter
That was very helpful

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by