Click or drag to resize
MWArrayNumberofDimensions Property
Read only property returning the number of dimensions in the MWArray.

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
public int NumberofDimensions { get; }

Property Value

Type: Int32
Remarks
See NDIMS function in the MATLAB documentation.
See Also