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
-
How to find the position of an element in a vector without using the find function
2817 Solvers
-
Construct a string from letters and counts
147 Solvers
-
Arrange vector in ascending order
820 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
14068 Solvers
-
5872 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!!