http://en.wikibooks.org/wiki/MATLAB_Programming/Introduction_to_array_operations
I'm trying to find a VI that does Logical Addressing similar to the one described on the MATLAB Wiki. Anyone know such a function?
No, but such a VI is fairly trivial. Just wire in an array into a while loop with indexing enabled, do comparison and if it is what you want, add it to an array shift register. You will also have to check if you reached the end of the array to, of course.