MathWorks.MATLAB.NET.Arrays 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.
| |
MWCharArray | MWCharArray derives from MWArray and is the managed representation of the MATLAB character array.
Like its MATLAB equivalent, MWCharArray provides support for string creation and manipulation.
| |
MWIndexArray | MWIndexArray is an abstract class that serves as the root for the MWArray indexing
classes. These classes, represent array types that can be used as input parameters to the array
indexing operator [].
| |
MWLogicalArray | MWLogicalArray is the managed representation of the MATLAB logical array. Like its MATLAB equivalent,
an MWLogicalArray contains only ones and zeros (true/false).
| |
MWNumericArray | MWNumericArray is the managed representation of the MATLAB numeric array types. Like its MATLAB
equivalent, it is the default array type used by most of the MATLAB math functions.
| |
MWObjectArray | MWObjectArray is a special subclass of MWArray that wraps a native .NET object in a MATLAB array
type that can then be accessed or returned by a MATLAB function.
| |
MWStringArray | MWStringArray derives from MWArray and is the managed representation of the MATLAB string array.
Like its MATLAB equivalent, MWStringArray provides support for string creation and manipulation.
| |
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 | |
---|---|---|
MWArrayComplexity |
MATLAB numeric array complexity enumerator.
| |
MWArrayComponent |
MATLAB numeric array component enumerator.
| |
MWArrayType | MMArray type enumeration.
| |
MWNumericType |
MATLAB numeric array data type enumerator.
|