Undefined function or variable, matlab classes
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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 件のコメント
Sean de Wolski
2016 年 7 月 11 日
Can you post an example class that shows this error?
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
2016 年 7 月 16 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!