Main Content

Limitations to Support of .NET Arrays

MATLAB® does not support:

  • Arrays which specify a lower bound

  • Concatenating .NET objects into an array

  • The end function as the last index in a .NET array

  • Array indices of complex values

  • Autoconversion of char or cell arrays to jagged array arguments.

  • Autoconversion of MATLAB arrays to multidimensional jagged array arguments.