I have a 2D array that I'm loading in from a spreadsheet. I know what row I need to process; how can I get a single row from a 2D array in LabVIEW?
You can use the Index Array function to extract a single row, as shown in the example below. The example code below will return the entire row of index 1, meaning the second row from the top. LabVIEW arrays use 0 indexing.
Block Diagram
Collaborate with other users in our discussion forums
A valid service agreement or active software subscription may be required, and support options vary by country.
Helpful
Not Helpful