Click or drag to resize
MathWorks.MATLAB.NET.Arrays.native Namespace
MathWorks.MATLAB.NET.Arrays native Namespace
Classes
  ClassDescription
Public classMWArray
MWArray is an abstract class that serves as the root of the MATLAB array class hierarchy. It encapsulates a native MATLAB mxArray and provides a managed API for accessing, formatting, and manipulating the native array.
Public classMWCellArray
MWCellArray derives from MWArray and is the managed representation of the MATLAB cell array. Each element in a cell array is a container that can hold an MWArray or one of its derived types, including another MWCellArray.
Public classMWStructArray
MWStructArray is the managed representation of the MATLAB structure array. Like its MATLAB equivalent, it consists of field values associated with field names.
Enumerations
  EnumerationDescription
Public enumerationMWArrayType
MMArray type enumeration.