why function is not called
이전 댓글 표시
Dear all, I am currently working on a class folder with @name. I have lots of function within that folder. However, one of the function among them is not being called. Although when the same function is kept copy pasted in a another folder it can be called. I am not understanding what is the problem.
댓글 수: 1
dpb
2016년 6월 9일
Probably a slight name mismatch...first, w/o the alternate copy, see what
which functionNameNotBeingResolved -all
and see what is returned.
Check to see that there's not something like a hidden non-printing character in the file name or that somehow the 'hidden' attribute didn't get set...or that you haven't put it in another file as a private function but taken that code out for the copy or somesuch?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!