Functions Palette/Programming/Array
Appearance
Object information | |
---|---|
Owning palette(s) | Programming palette |
Type | Palette |
Requires | Basic Development Environment |
Icon | ![]() |
The Array palette provides functions for array creation and manipulation.

Subpalettes
Icon | Name |
---|---|
![]() |
Matrix |
Functions
Functions on this palette can be categorized into:
- Functions that create new arrays (Creating).
- Functions that modify existing arrays (Modifying).
- Functions that access data from arrays (Accessing).
Icon | Name | Category |
---|---|---|
![]() |
Array Size | Accessing |
![]() |
Index Array | Accessing |
![]() |
Replace Array Subset | Modifying |
![]() |
Insert Into Array | Modifying |
![]() |
Delete From Array | Modifying |
![]() |
Initialize Array | Creating |
![]() |
Build Array | Creating |
![]() |
Array Subset | Accessing |
![]() |
Array Max & Min | Accessing |
![]() |
Reshape Array | Modifying |
![]() |
Sort 1D Array | Modifying |
![]() |
Sort 2D Array | Modifying |
![]() |
Shuffle 1D Array | Modifying |
![]() |
Shuffle 2D Array | Modifying |
![]() |
Reverse 1D Array | Modifying |
![]() |
Search 1D Array | Accessing |
![]() |
Split 1D Array | Accessing |
![]() |
Rotate 1D Array | Modifying |
![]() |
Increment Array Element Array | Modifying |
![]() |
Decrement Array Element Array | Modifying |
![]() |
Interpolate 1D Array | Accessing |
![]() |
Threshold 1D Array | Accessing |
![]() |
Interleave 1D Arrays | Creating |
![]() |
Decimate 1D Array | Modifying |
![]() |
Transpose 2D Array | Modifying |
![]() |
Array Constant | Creating |
![]() |
Array To Cluster | Modifying |
![]() |
Cluster To Array | Creating |
![]() |
Array To Matrix | Modifying |
![]() |
Matrix To Array | Creating |
![]() |
Remove Duplicates From 1D Array | Modifying |
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
In LabVIEW 2020 SP1, the Sort 1D Array function was replaced on the palette with the Sort 1D Array VI. The Sort 1D Array function continues to exist but is no longer accessible from the palette. |