Effacer les filtres
Effacer les filtres

ERP analysis using eConnectome toolbox in matlab

5 vues (au cours des 30 derniers jours)
Marisa
Marisa le 22 Avr 2022
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

Réponses (1)

Ayush Modi
Ayush Modi le 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!

Catégories

En savoir plus sur Biomedical Signal Processing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by