dead man Posted August 30 Report Share Posted August 30 Can anyone explain how I can connect this array Quote Link to comment
crossrulz Posted August 30 Report Share Posted August 30 It is called Search 1d Array for a reason. It cannot search a 2D Array. So now the question is: What do you expect for an output? Do you want to prioritize search the row or the column? 1 Quote Link to comment
Mads Posted August 30 Report Share Posted August 30 Here is one quick draft of a VI for 2D searches. You might also save it as a VIM to use it on other types of 2D arrays... Search 2D Array.vi 1 Quote Link to comment
dead man Posted August 30 Author Report Share Posted August 30 Yes I want to access all rows at the time 4 hours ago, crossrulz said: It is called Search 1d Array for a reason. It cannot search a 2D Array. So now the question is: What do you expect for an output? Do you want to prioritize search the row or the column? Quote Link to comment
Bryan Posted August 30 Report Share Posted August 30 (edited) 1 hour ago, dead man said: Yes I want to access all rows at the time Mads' VI will give you the 'address' of your search value (row and column index values). You can use those values with the "Index Array" function to return an entire row or column. Edited August 30 by Bryan 1 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.