Problem 2927. Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector
for example
x = [1 4 5 2 3]
output: [5,3]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers263
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52512 Solvers
-
How to find the position of an element in a vector without using the find function
2809 Solvers
-
992 Solvers
-
Finding an element in a vector
201 Solvers
-
Height of a right-angled triangle
2010 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!