Problem 43655. Where is the number that you want to find?

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]

Solution Stats

58.62% Correct | 41.38% Incorrect
Last Solution submitted on Jan 01, 2026

Solution Comments

Show comments

Problem Recent Solvers91

Suggested Problems

More from this Author7

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!