03-17-2019 10:26 AM
I am trying to figure this out, but I am not getting very far. I would appreciate any guidance on this.
I know how to create the A and B matrices, but I cant figure out how to create the C matrix.
Problem
-Create a VI that performs matrix multiplication for two input matrices A and B. The matrix A is an n × m matrix, and the matrix B is an m × p matrix. The resulting matrix C is an n × p matrix, where C = AB.
Thanks for any help or direction on this!
03-17-2019 12:27 PM
03-17-2019 01:00 PM
Thanks. Is it possible to do this without using a subVI?
03-17-2019 06:20 PM
@josrya89 wrote:
Thanks. Is it possible to do this without using a subVI?
(This is not a "subVI", but a linear algebra function that ships with LabVIEW.)
Yes, of course you can do without. I assume you know the math, so just implement it in plain LabVIEW code. 😉
Do you have any specific question about that?