how to save data from eeglab to .mat

54 ビュー (過去 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 Center および File ExchangeEEG/MEG/ECoG についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by