Main Content

Limitations to Support of .NET Methods

Displaying Generic Methods

The methods and methodsview functions do not list generic methods.

Overloading MATLAB Functions

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:

Calling Overloaded Static Methods

If an instance method has the same name as a static method, then MATLAB throws an error when you call the instance method.