フィルターのクリア

ERP analysis using eConnectome toolbox in matlab

5 ビュー (過去 30 日間)
Marisa
Marisa 2022 年 4 月 22 日
回答済み: Ayush Modi 2024 年 1 月 17 日
I have installed eConnectome toolbox for EEG analysis .After importing and performing ERP analysis on the sample data provided I am not able to view the data in the EEG functional connectivity window for further analysis and I am getting the below error.Please give me solution
  1 件のコメント
Erwan Tri Efendi
Erwan Tri Efendi 2022 年 12 月 25 日
Yes,,,,I do but error like that

サインインしてコメントする。

回答 (1 件)

Ayush Modi
Ayush Modi 2024 年 1 月 17 日
Hi Marisa,
Based on the description of the error, I understand that you are getting the error: "dot indexing is not supported for variables of this type". This error is found when you are trying to access the fields of an object which does not have any methods or properties.
To find the source of this error and to resolve this,
  1. Check if data passed in the Menu callback function has any structure or class stored as its value.
  2. If the value stored here is not a structure or class, MATLAB shows the error that this variable does not support dot indexing.
Hope this helps!

カテゴリ

Help Center および File ExchangeBiomedical Signal Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by