I am converting an image to a 2-D array, which works as intended. Then I want to cut the array down using the "Array Subset" block and it works up until half the amount of rows in the array. I have an array 256 by 320, I can cut the array up to 128 by 320. If a row value greater than 128 is selected the array that is generated is the 256-(array # > 128) by 320. Example if i want an array 200 by 320 I end up with 56 by 320. The 56 is the last 56 rows of the array. Any suggestions?