The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Build Array

SercoSteveB
Active Participant

What are the contents of Array Out following execution of the VI?

Concat Arrays.png

a) A 1D Array {5,4,3,2,1,1,2,3,4,5}

b) A 1D Array {5,1,4,2,3,3,2,4,1,5}

c) A 2D Array {{5,1,4,2,3},{3,2,4,1,5}}

d) A 2D Array {{5,4,3,2,1}, {1,2,3,4,5}}

Comments