06-10-2015 06:44 AM
Multiplying complex A(3x3) with a vector (3x1), errorin output. details as attached. any solution?
06-10-2015 06:53 AM
06-10-2015 06:57 AM
expected output is a matrix of 3x1. the value of element in (1,1) is 1.24+0i. 🙂
06-10-2015 07:13 AM
If the inputs to the matrix multiplication is same, and the multiply is configured for AXB then there is a n error generated!
06-10-2015 09:37 AM
as per this link
http://zone.ni.com/reference/en-XX/help/371361J-01/lverror/analysis_error_codes/
"The number of columns in the first matrix is not equal to the number of rows in the second matrix or vector"???