The methods
and methodsview
functions do
not list generic methods.
If your application implements a method with the same name as a MATLAB® function, the method must have the same signature as the MATLAB function. Otherwise, MATLAB throws an error. For information about how MATLAB handles overloaded functions, see the following topics:
If an instance method has the same name as a static method, then MATLAB throws an error when you call the instance method.