필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Undefined function or variable, matlab classes

조회 수: 1 (최근 30일)
baxbear
baxbear 2016년 7월 11일
마감: baxbear 2017년 8월 27일
Hello, when I add methods to my Matlab class, Matlab got always problems to recognize them and I usually get the error:
Undefined function or variable 'abc'.
No the methods are in scope and I got no problems with naming them right or something, it is just about the recognition of matlab. After some time Matlab starts to recognize them and when I don't change the recognized functions it stays like that. Actually even rehash, clear functions, clear mex does not help.
What can I do to overcome this problem?
Thank you in advance.
  댓글 수: 3
John D'Errico
John D'Errico 2016년 7월 11일
편집: John D'Errico 2016년 7월 11일
I always do a
clear classes
to force things to be recognized.
baxbear
baxbear 2016년 7월 16일
Thank you very much, clear classes seems to work for me too, couldn't find this.

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by