EEG lab topoplot function

12 views (last 30 days)
Nadia_Ny635
Nadia_Ny635 on 24 Nov 2019
Commented: liju on 11 Aug 2023
I just have a problem, I am running the matlab code on matlab 2017, however, i have a problem calling topoplot function from eeg lab directory. Everytime I run the code, I got this error "Error using matlab.graphics.chart.primitive.Contour/set There is no cdata property on the Contour class. Error in topoplot (line 145) set(h, 'cdata', [], 'edgecolor', 'k')"
  3 Comments
Daniel M
Daniel M on 24 Nov 2019
Which version of EEGLAB are you running? Can you show us a minimal version of the code used to call this function? Remove everything unnecessary to reproduce the error. Also it wouldn't hurt if you could upload your data as well.
Potential problems are: incompatible versions of the toolbox, you've overloaded a function with a variable name, feeding the wrong data type into the function. But we cannot tell without more information.
liju
liju on 11 Aug 2023
您好,请问呢我运行topoplot_connect时一直报错函数或变量 'topoplot_connect' 无法识别。但路径里已经添加了eeglab包含的所有子文件夹,请问这如何解决呢?麻烦您了!

Sign in to comment.

Answers (0)

Categories

Find more on EEG/MEG/ECoG 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!