03-11-2015 11:42 AM - edited 03-11-2015 11:43 AM
@altenbach wrote:
The 3D array will automatically pad to the largest 2D array subset once you autoindex at the output tunnel.
Here's what I had in mind.
03-11-2015 12:43 PM
@altenbach wrote:
@altenbach wrote:
The 3D array will automatically pad to the largest 2D array subset once you autoindex at the output tunnel.Here's what I had in mind.
I want to be able to get the split points from the data rather my telling the VI that the split points are 3 and 5.
I hope that makes sense.
03-11-2015 01:41 PM
03-11-2015 02:39 PM
@M_Peeker wrote:
What in the data tells you where to split?
The value in the first cell of each row.
I ended up using your suggestion of find split points in the 2D array but finding those split points programmatically.