08-13-2006 09:15 PM
08-13-2006 11:56 PM
Hi RVR,
08-14-2006 01:57 AM
Hi
thanks for the response. to answer your questions:
tbd> What should be done when the value from array A is 0 ?
rvr> when the value from array A is 0, then do nothing. there won't be a match with the header of array B as these range from 1 - 300. Similarly when the number from array A does not find a match on the header of array B, then do nothing as there won't be a match. So subset the column ONLY WHEN THERE IS A MATCH between the value of array A and the header of array B..
tbd> It's not hard to pull-out a column of data from array B, but should this be done for every cell in A?
rvr> no. you only 'pull-out' the column of data from array B when its header (first row label) number is matched by the value from array A
tbd> If so, where is this column going once extracted?
rvr> the extracted columns should be put in a new 2d array (C)
tbd> Should the solution build a 3D array of 100 by 400 (array A) by 400 (the depth of the column extracted from B)?
rvr> no. the solution should build a 2D array with n columns and 400 rows. where n depends on the number of columns pulled-out from array B, (which will depend on how many matches were foudn between the values in array A and the headers (first row labels) of array B.
08-14-2006 08:11 AM
Hello,
I am attaching a vi containing a front panel explanation of what I want to do.
I appreaciate your help.
Regards,
08-14-2006 08:18 AM
08-14-2006 07:22 PM
Hi RVR,
Thanks, "what I want to do" was a big help and a nice starting-point for the attached VI.
Hope it helps!