MWArrayNumberofDimensions Property |
Read only property returning the number of dimensions in the MWArray.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public int NumberofDimensions { get; }
Property Value
Type:
Int32Remarks
See NDIMS function in the MATLAB documentation.
See Also