LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I extract columns from an array?

I have an array with three rows and a variable number of columns. Is there a VI or some other method that I can use to extract certain columns from the array based on the column indices?
0 Kudos
Message 1 of 3
(3,441 Views)
The Index Array function does just that with the index disabled on the row index and an integer wired to the column index.

Here's a link to a handy example:
http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3EFED56A4E034080020E74861&p_node=DZ52026&p_submitted=N&p_rank=&p_answer=&p_source=External


2006 Ultimate LabVIEW G-eek.

Message 2 of 3
(3,441 Views)
Thanks, that is what I was looking for.
0 Kudos
Message 3 of 3
(3,441 Views)