Topoplot function is undefined...

조회 수: 5 (최근 30일)
Emre Yavuz
Emre Yavuz 2019년 7월 4일
댓글: Denise Dal Lago 2022년 10월 6일
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

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 4일
편집: KALYAN ACHARJYA 2019년 7월 4일
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
Sachin Motwani
Sachin Motwani 2020년 10월 16일
The provided lunk is not working anymore. Can you please share another link?
Denise Dal Lago
Denise Dal Lago 2022년 10월 6일
I have the exact same problem. And, the link above seems not being working anymore. Could you share another link? Thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by