Click or drag to resize
MathWorks.MATLAB.NET.Arrays Namespace
MathWorks.MATLAB.NET.Arrays 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 classMWCharArray
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.
Public classMWIndexArray
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 [].
Public classMWLogicalArray
MWLogicalArray is the managed representation of the MATLAB logical array. Like its MATLAB equivalent, an MWLogicalArray contains only ones and zeros (true/false).
Public classMWNumericArray
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.
Public classMWObjectArray
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.
Public classMWStringArray
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.
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 enumerationMWArrayComplexity
MATLAB numeric array complexity enumerator.
Public enumerationMWArrayComponent
MATLAB numeric array component enumerator.
Public enumerationMWArrayType
MMArray type enumeration.
Public enumerationMWNumericType
MATLAB numeric array data type enumerator.