Problem 1920. Find the position of first minimum value in an integer array with numbers
If
x = [2 6 4 9 10 3 1 5 1]
the the output should be 7, because the first minimum value (1) lies at the 7th position.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers181
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52200 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
572 Solvers
-
Arrange vector in ascending order
805 Solvers
-
Make a run-length companion vector
652 Solvers
-
What is Sum Of all elements of Matrix
439 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!