For a given matrix A, find where the input number x appears. Do this task by returning the vector which contains the row and the column as its element
Example
A = [1 5 6 7] x = 7
output = [1 4]
Select every other element of a vector
16232 Solvers
Maximum running product for a string of numbers
816 Solvers
613 Solvers
193 Solvers
Matlab Basics - Convert a row vector to a column vector
300 Solvers
Solution 1071035
Demonstrates the limitations of the Test Suite, which should include more cases.