User`s guide

External Interfaces/API
15-31
You can access elements of a .NET array using MATLAB one-based indexing, as
described in Accessing .NET Array Elements in MATLAB.
To call a generic method, use the NET.invokeGenericMethod function.
You can change a static property or field name using the NET.setStaticProperty
function.
You can use overloaded operators, such as + and *. For a complete list of supported
operators, see How MATLAB Represents .NET Operators.