Jump to content

Interleave 1D Arrays function: Difference between revisions

From LabVIEW Wiki
Add content
mNo edit summary
 
Line 1: Line 1:
[[File:Interleave 1D Arrays - Terminals.png|thumb|Interleave 1D Arrays function]]
[[File:Interleave 1D Arrays - Terminals.png|thumb|Interleave 1D Arrays function]]


{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Array{{!}}Array palette|type=function}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Array{{!}}Array palette|type=function|icon=Interleave 1D Arrays.png}}


The '''Interleave 1D Arrays''' function takes two or more one-dimensional arrays and "interleaves" them into a single array by indexing the source arrays vertically before horizontally (''take the first element of each source array, then take the second element of each source array, ...'').
The '''Interleave 1D Arrays''' function takes two or more one-dimensional arrays and "interleaves" them into a single array by indexing the source arrays vertically before horizontally (''take the first element of each source array, then take the second element of each source array, ...'').
 
{{TOCright}}
== Usage ==
== Usage ==


Line 18: Line 18:


[[File:Interleave 1D Array - No-op.png]]
[[File:Interleave 1D Array - No-op.png]]
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
! Version
! Change(s)
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|More info to come.
|}
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Array Palette]]
[[Category:Array Palette]]

Latest revision as of 14:50, 29 June 2020

Interleave 1D Arrays function
Object information
Owning palette(s) Array palette
Type Function
Requires Basic Development Environment
Icon

The Interleave 1D Arrays function takes two or more one-dimensional arrays and "interleaves" them into a single array by indexing the source arrays vertically before horizontally (take the first element of each source array, then take the second element of each source array, ...).

Usage

Connect two one-dimensional arrays to the array input terminals. The resulting array will contain all elements from the source array "interleaved".

Add more source arrays by dragging the upper or lower border of the function until the desired number of elements is reached.

A single source array results in a no-op in which the source array is returned unchanged.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links