Clear Filters
Clear Filters

ERP analysis using eConnectome toolbox in matlab

5 views (last 30 days)
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

Answers (1)

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

Categories

Find more on Biomedical Signal Processing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!