ktatur Posted October 14, 2005 Report Share Posted October 14, 2005 Hi, I want to create a VI that performs matrix multiplication for two input matrices A and B. The matrix A is an n x m matrix and matrix B is an m x p matrix. I want to create the VI without using the AxB.vi in labview. Anyone can help please? :!: Quote Link to comment
lavezza Posted October 15, 2005 Report Share Posted October 15, 2005 Hi, I want to create a VI that performs matrix multiplication for two input matrices A and B. The matrix A is an n x m matrix and matrix B is an m x p matrix. I want to create the VI without using the AxB.vi in labview. Anyone can help please? :!: Is there something wrong with A x B.vi? LabVIEW 8 has a built in matrix type. I don't know if that will clear up any issues you have with the current vis. Quote Link to comment
ktatur Posted October 15, 2005 Author Report Share Posted October 15, 2005 Is there something wrong with A x B.vi?LabVIEW 8 has a built in matrix type. I don't know if that will clear up any issues you have with the current vis. Thanks for your reply. I am using LabVIEW 7 and I can use the A x B.vi. But, I want to do it without this vi; is there any way of doing it? Quote Link to comment
Ed Dickens Posted October 17, 2005 Report Share Posted October 17, 2005 Hi, I want to create a VI that performs matrix multiplication for two input matrices A and B. The matrix A is an n x m matrix and matrix B is an m x p matrix. I want to create the VI without using the AxB.vi in labview. Anyone can help please? :!: I've created some Matrix operations just using 2D arrays and For loops and a combination of Auto Indexing and manual indexing to get the correct numbers. I don't have any that do the specific operation you're looking to do, but it's really not that difficult to put one together. Ed Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.