How to convert .set file into .mat or .web?
10 ビュー (過去 30 日間)
古いコメントを表示
I am not getting how to run .set file in MATLAB and hence i want to convert it to .mat or .web
0 件のコメント
回答 (1 件)
Daisy Das
2023 年 10 月 11 日
EEG1 = pop_loadset('filename.set');
save('newfilename.mat','EEG1')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で EEG/MEG/ECoG についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!