how to save data from eeglab to .mat

조회 수: 15 (최근 30일)
shamsah alotibe
shamsah alotibe 2019년 3월 24일
답변: shamsah alotibe 2019년 3월 25일
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
Walter Roberson
Walter Roberson 2019년 3월 24일
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.

댓글을 달려면 로그인하십시오.

답변 (2개)

shamsah alotibe
shamsah alotibe 2019년 3월 25일
Thank you Walter for your answer
Can you clarify please..
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 3월 25일
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

댓글을 달려면 로그인하십시오.


shamsah alotibe
shamsah alotibe 2019년 3월 25일
Thank you very much Walter
That was very helpful

카테고리

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