LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Index Array be used to get a particular row or column?

By indexing the a particular array can we get only a particular row / column ( eg: row1) ? Can we get a n dimensional array using index array?

 

Thank you!!

 

Regards,

Rashme SR

0 Kudos
Message 1 of 3
(2,837 Views)

yes, it read the column or row at the index you have mention .i HAVE USED THIS RECENTLY

0 Kudos
Message 2 of 3
(2,831 Views)

Hi Rashme.

 

reading the LabVIEW help would answer this as well.

 

Can we get a n dimensional array using index array?

Yes.

More detailed: You can get get upto (n-1)-dimensional data from an n-dimensional array using IndexArray.

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,811 Views)