MX_DIM – Matrix/Vector dimensions
Block SymbolLicensing group: STANDARD
Function Description
The function block MX_DIM sets its outputs to the dimensions of the matrix or vector
referenced by uMV.
The output reference yMV is always set to the corresponding input reference uMV. The error flag E is set to on if the reference uMV is not defined (i.e. input uMV is not connected).
Input
uMV | Input reference to a matrix or vector | Reference |
Outputs
yMV | Output reference to a matrix or vector | Reference |
m | Number of matrix rows | Long (I32) |
n | Number of matrix columns | Long (I32) |
ld | Leading dimension (>= number of rows) | Long (I32) |
cnt | Count of used matrix/vector elements | Long (I32) |
amax | Count of reserved/allocated matrix/vector elements | Long (I32) |
etype | Matrix/vector element type (double, long, byte etc.) | Long (I32) |
[Previous] [Back to top] [Up] [Next]
2024 © REX Controls s.r.o., www.rexygen.com