02-08-2008 03:47 PM
02-08-2008 04:04 PM
02-08-2008 04:16 PM
You could also transpose the array, then do autoindexing with a FOR loop to obtain your statistical paramters from each colum (each iteration will process one column until you run out of columns ;)). Autoindexing the results at the output boundary will give you arrays of size four, one element for each column.
This keeps the diagram simple and it will automatically scale if you need something similar with seven or even 1000 columns. The code does not need to be changed. 😄
02-08-2008 04:20 PM
Thank you for your fast answer I'll see if i can do it.
THANKS.