Click or drag to resize
MWArrayType Enumeration
MMArray type enumeration.

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.0.0 (2.24.0.0)
Syntax
C#
public enum MWArrayType
Members
  Member nameValueDescription
Array0 Root array type.
Index1 Cell array type.
Numeric2 Numeric array type.
Logical3 Logical array type.
Character4 Character array type.
Cell5 Cell array type.
NativeObjArray6 Native object type.
Structure7 Structure array type.
String8 String array type.
See Also