Filter löschen
Filter löschen

ERP analysis using eConnectome toolbox in matlab

5 Ansichten (letzte 30 Tage)
Marisa
Marisa am 22 Apr. 2022
Beantwortet: Ayush Modi am 17 Jan. 2024
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

Antworten (1)

Ayush Modi
Ayush Modi am 17 Jan. 2024
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!

Kategorien

Mehr zu Biomedical Signal Processing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by