LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to construct a matrix?

Hellow!
Anyone can tell me how to construct a 3*3 matrix Aij,like A11=1,A12=2,A13=1.... Thanks! 

Message Edited by happybird on 07-27-2005 01:52 PM

0 Kudos
Message 1 of 4
(2,800 Views)
Matricies are just 2D arrays...  So any matrix you wish to build just create a 2D array with those dimensions.
0 Kudos
Message 2 of 4
(2,792 Views)
Thanks!,but how to construct 2D array?
0 Kudos
Message 3 of 4
(2,791 Views)
Go to your front panel, right click->Array & Cluster->Array, then pick a string/numeric/boolean control/indicator, and drop it in the empty array container.  Then right click on the array index, and pick "add dimension", and you'll have your 2D array.
0 Kudos
Message 4 of 4
(2,784 Views)