Problem 1837. Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
The given function returns the index of the maximum value in a given matrix. such as X=[4,3,4,5,9,12,0,5]
Ans= 6
if maximum value exist more than 1 time the function returns the index of first instance.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers361
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
1963 Solvers
-
Back to basics 4 - Search Path
359 Solvers
-
Back to basics 11 - Max Integer
771 Solvers
-
394 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
314 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!