Funny thing with lab-VIEW. Something that should be so easy seems so hard until you see how!
All I want to do is extract each number one by one from a 1-d array in a loop so I can enter them into a pt by pt routine (specifically Savinsky-Golay ptBypt.vi.
This is so I can process data offline using the Savinsky Golay algorithm.
I never got to using the pt by pt functions, but as for extracting
element by element from a 1d array I would suggest you use a for loop,
wire the array to it, right-click on the tunnel and select "enable
indexing." By default it should already be enabled.