why function is not called
Show older comments
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 Comment
dpb
on 9 Jun 2016
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?
Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!