11-26-2012 09:44 AM
I have a 1D array that goes from 0-1024
How can I slipt it in half, so that I can do different things with the 0-512 and 512-1024?
I tried using the greater/less then but the output is a true false rather than the data
Thanks!
11-26-2012 09:48 AM
Have you tried using the Split 1D Array? It's in the Array palette. I'm thinking the index to split at will be the N/2-1 (where N is the array size).