03-18-2016 08:51 AM
Wire the 0 for the Arrays Subset function into the other input.
One input takes array subsets by columns, the other does it by rows.
03-18-2016 09:01 AM
Hi RavensFan,
Sorry, I don't quite understand what you mean?
Kind regards,
03-18-2016 09:10 AM
I've got it now!!
Thank you all for the help.
03-18-2016 09:12 AM
@stanm13 wrote:Sorry, I don't quite understand what you mean?
When you wire a 2D array to an Index Array, you will have 2 inputs to select the element. If you leave the first one unwired and wire a 0 to the second, it will index by the colum (the way you want it) instead of the row (like you have now). Look closely at the snippet I supplied earlier and you will see this.