MathWorks.MATLAB.NET.Arrays.native Namespace |
Class | Description | |
---|---|---|
MWArray | 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.
| |
MWCellArray | 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.
| |
MWStructArray | MWStructArray is the managed representation of the MATLAB structure array. Like its MATLAB equivalent,
it consists of field values associated with field names.
|
Enumeration | Description | |
---|---|---|
MWArrayType | MMArray type enumeration.
|