MX_DIM – Matrix/Vector dimensions

Block SymbolLicensing group: STANDARD
PIC

Function Description
The function block MX_DIM sets its outputs to the dimenstions of the matrix or vector referenced by uMV.

Input

uMV

Input reference to a matrix or vector

reference

Outputs

m

Number of matrix rows

long

n

Number of matrix columns

long

ld

Leading dimension (>= number of rows)

long

mn

Count of elements (m*n)

long