Array Functions

Download the zip file (88 KB) with all VIs in this category.



Array 2D select latest with 1D.vi

Searchs the first column of the 2D Array for entries given in the 1D Array in reverse order (last entry will be selected) and gives as output a 2D Array where the rows have the same order as given by the 1D Array.

Array 2D select latest with 1D.vi


Array delete elements.vi

Elements (numbers) of a 1D array will be deleted, according to the entries of a 1D array of boolean.

Array delete elements.vi


Array delete rows.vi

Rows (with numbers) of a 2D array will be deleted, according to the entries of a 1D array of boolean.

Array delete rows.vi


Array delete string elements.vi

Elements (string) of a 1D array will be deleted, according to the entries of a 1D array of boolean.

Array delete string elements.vi


Array division.vi

Divison of 2 numbers which are elements of two 1D arrays.

Array division.vi


Array element changed.vi

Shows the position of the last changed element in an array. If an entry was deleted if will not be shown.

Array element changed.vi


Array Filter.vi

Collects elements (numbers) of a 1D array which are within a given range but are not equal to a given value.

Array Filter.vi


Array Index of last entry.vi

Gives the index of the last element (string) in an array, which is not an empty string.

Array Index of last entry.vi


Array look for 2 identical elements.vi

Returns true if there are at least 2 identical elements (numbers) in a 1D array.

Array look for 2 identical elements.vi


Array Number of entries.vi

Counts the elements of an array which are not empty strings.


Array Number of entries.vi