If
x = [2 6 4 9 -10 3 1 5 -10]
then the output should be 9, because last minimum value (-10) lies at the 9th position.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers97
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53351 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2575 Solvers
-
Set the array elements whose value is 13 to 0
1449 Solvers
-
755 Solvers
-
11237 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!
The second test is wrong. 4 is not < 1.
The example seems to be wrong as well. The output should be 9 (as stated in test 1 which uses the same vector), not 7.
thanks Sean and Jon for comment on problem, I have corrected the same.