Main Content

.NET Methods in MATLAB

View .NET method signatures and call .NET methods in MATLAB®, pass arguments by reference, specify optional arguments

From MATLAB, you can view methods of a .NET class and their method signatures. When you call .NET methods in MATLAB, you can pass arguments, including arguments by value or by reference, arguments modified by keywords, and optional arguments. For general information about calling methods on objects in MATLAB, see Method Syntax.

Topics