EEGLABのイベントファイルが読み込めません
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MATLABのEEGLABで脳波のデータを読み込んだ後、イベントファイルを作成し読み込みたいのですが下記のようなエラーが発生してしまい読み込めません。どうしたらよいのでしょうか。

1 commentaire
Naoya
le 17 Août 2025
ご提示いただいたエラーメッセージから、EEGLABソフトウェアご利用時の固有のエラーメッセージになります。
そのため、エラーメッセージ内に記載されているページ/フォーラム(URL)にて、(※)詳細な状況やエラー内容をお問合せいただくことをおすすめいたします。
(※)
ご利用のMATLABのバージョン
発生しているエラーメッセージ全文
実行した操作手順や状況
Réponse acceptée
Kojiro Saito
le 18 Août 2025
importeventの使い方を読むと、
eventstruct = importevent( event, oldevent, srate);
または
eventstruct = importevent( event, oldevent, srate, 'key1', 'value1', ...);
と書かれているので、importeventの呼び出し時にoldeventに該当する変数を入力引数に入れているかご確認ください。
9 commentaires
Kojiro Saito
le 18 Août 2025
正しいかは不明ですが、File -> Import event info -> From MATLAB array or ASCII fileで「Append events?」にチェックを入れれば「Align event latencies to data events」を0にしても問題なく読み込めませんか?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!