LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix Multiplication

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!

0 Kudos
Message 1 of 4
(3,487 Views)
0 Kudos
Message 2 of 4
(3,457 Views)

Thanks. Is it possible to do this without using a subVI?

0 Kudos
Message 3 of 4
(3,449 Views)

@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?

0 Kudos
Message 4 of 4
(3,429 Views)