Borrar filtros
Borrar filtros

ERP analysis using eConnectome toolbox in matlab

5 visualizaciones (últimos 30 días)
Marisa
Marisa el 22 de Abr. de 2022
Respondida: Ayush Modi el 17 de En. de 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

Respuestas (1)

Ayush Modi
Ayush Modi el 17 de En. de 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!

Categorías

Más información sobre Biomedical Signal Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by