Filter löschen
Filter löschen

Topoplot function is undefined...

11 Ansichten (letzte 30 Tage)
Emre Yavuz
Emre Yavuz am 4 Jul. 2019
Kommentiert: Denise Dal Lago am 6 Okt. 2022
Hello all,
Regarding the function below:
figure(1), clf
topoplot(data2plot,EEG.chanlocs);
title([ 'Topoplot from time=' num2str(EEG.times(time2plot)) ' ms.' ])
Whenever I enter this function, it gives me this:
Error: Undefined function or variable 'topoplot'.
Does anyone have any advice on how I can overcome this?
Kind Regards,
Emre Yavuz

Antworten (1)

KALYAN ACHARJYA
KALYAN ACHARJYA am 4 Jul. 2019
Bearbeitet: KALYAN ACHARJYA am 4 Jul. 2019
Topoplot function is custom function (user defined), not the Matlab inbuilt function. May be you are looking for this Topoplot function (Keep it in the same current working directory and rerun the code)
  5 Kommentare
Sachin Motwani
Sachin Motwani am 16 Okt. 2020
The provided lunk is not working anymore. Can you please share another link?
Denise Dal Lago
Denise Dal Lago am 6 Okt. 2022
I have the exact same problem. And, the link above seems not being working anymore. Could you share another link? Thanks

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by