Get a Single Row From a 2D Array

Updated Nov 29, 2023

Reported In

Software

  • LabVIEW

Issue Details

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?

Solution

You can use the Index Array function to extract a single row, as shown in the example below. This code will return the entire row of column index 1.