02-22-2012 10:10 AM
02-22-2012 10:51 AM
I've been experimenting with the Reshape Array vi and have come up with a solution that I believe works. I've attached a vi with my efforts, it may not be very pretty or the best way to achieve what I want but its getting close.
Regards,
02-22-2012 11:45 AM - edited 02-22-2012 11:45 AM
Why do you index the same array twice? That is an unecessary allocation of a large data structure. Simply branch the scalar wires right before the mathscript node.
Also, index array is resizeable, so you only need one instance at the end.
I am sure there are much better ways to do all this.