You are tasked to write a VI that accepts, as inputs, a 2D array of numerical values (Numeric Array In) and a numerical value (Search Value) and outputs two numerical values (Row and Column). Your VI must search Numeric Array In for occurrences of Search Value and output into Row and Column the row and column of Numeric Array In in which the last occurrence of Search Value was detected.
Which of the following VIs satisfies those requirements?
NOTE: The search algorithm is not mandated but it can only search Numeric Array In once and the values returned into Row and Column must be the row and column of Numeric Array In where your designated search algorithm detected the last occurrence of Search Value.
Read more...