I have a two dimensional array. I want to make a new array, either 1 dimensional, or two dimensional, made up of selected columns of the original array. This is going into a max/min function.
In a conventional programming language, I could just use an if statement to get the columns I want and ignore the other columns. But in Labview, there doesn't seem to be the equivalent of a simple if statement. I tried to use the case statement, but Labview wants the output tunnel to always be connected, which in my case just puts the entire original array into my new array.
To be more specific, what I have is a two dimensional array. I need to take columns 4, 6, 9, etc, and put those into a new array. How do I do that.
Thanks.
Chuck Gantz