187063 Posted June 29, 2004 Report Share Posted June 29, 2004 i have another question eg) Row a 1 2 Row b 3 4 Row c 5 6 if i would like to obtain the values for column 1 and 2 for row a, may i know how could i go about doing it ? Quote Link to comment
aledain Posted June 29, 2004 Report Share Posted June 29, 2004 If its a 2D array, then expand the index array tool as shown attached. Quote Link to comment
187063 Posted June 29, 2004 Report Share Posted June 29, 2004 mine is not a 2 D array, i'm just reading the data frrom a file thanks a lot for the help though may i know how to go about doing it ? Quote Link to comment
Michael Aivaliotis Posted June 29, 2004 Author Report Share Posted June 29, 2004 i have another question I split this post into a seperate thread. For the future please start a new topic thread if you are asking unrelated questions. Quote Link to comment
Khalid Posted July 1, 2004 Report Share Posted July 1, 2004 Hello 187063, You first said: if i would like to obtain the values for column 1 and 2 for row a ...With two columns (and many rows), this is a 2-D array! You then said: mine is not a 2 D array, i'm just reading the data frrom a file So, it's a little confusing as to what it really is . Are you saying that the data is in the form of rows and columns but in a file? If this is the case, you can try using the 'Read From Spreadsheet File.vi' This will give you an array which you can index out as shown above. If that doesn't work for you, post a sample data file. Good luck! Khalid Ansari Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.