|
|||||||||||||
02-11-2009 07:38 AM
02-11-2009 08:36 AM
Hello,
To combine matrices, you can define a third matrix where the components of the third matrix are defined with the previously existing matrices. For instance:
A=[1,4;5,7]
A (a square matrix) =
1 4
5 7
B=[6,9;10,8]
B (a square matrix) =
6 9
10 8
C=[A;B]
C (a rectangular matrix) =
1 4
5 7
6 9
10 8
I hope this helps.
Regards,
Angela M
Product Support Engineer
02-12-2009 02:19 AM
Thanks Angela,
i would like to perform this concatenation using lab view
could you help me ?
02-12-2009 09:37 AM
Hello rasha,
I am sorry for any confusion, questions about LabVIEW should be posted to the LabVIEW discussion forum. MATRIXx is a different National Instruments product. You can see all of the National Instruments forums here. The LabVIEW forum is here. I would recommend searching the forums and LabVIEW help for concatenate matrix or concatenate matrices. Note that several of the functions in the array palette can be used with matrices.
Hope this helps,
Angela M
Product Support Engineer
08-26-2011 01:14 PM
Ok , thanks for the info...
12-18-2011 04:19 PM
Thanks for this. Just the answer I was looking for. Does this not cause duplication?
My Profile | Privacy |
Legal |
Contact NI
© 2011 National Instruments Corporation. All rights reserved. | E-Mail this Page
|
||

E-Mail this Page