.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
- Use .NET Methods in MATLAB
View .NET method signatures and call .NET methods from MATLAB.
- Call .NET Methods with Parameter Modifiers
Specify .NET method parameters that are modified with
ref,out, andparamskeywords. - Call .NET Methods with Optional Arguments
Pass optional arguments to .NET methods using specified values or default values.