Find the Index of the first occurrence of the maximum value in a vector and also the maximum value in the vector.
Example: [1 2 5 7 5 7 4 3] Returns 7 and 4
[1 4;2 3] Returns 4 and 2
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers168
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53292 Solvers
-
Check to see if a Sudoku Puzzle is Solved
341 Solvers
-
743 Solvers
-
534 Solvers
-
Switch matrix to a column vector
375 Solvers
More from this Author306
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Second example is [1 4;2 3] Returns 4 and 3, not 2!!