Problem 47305. Find the second biggist number in a vector or a matrix
Find the second biggist number in a vector or a matrix.
For example,
x = [1 2 3 4];
y_correct = 3;
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers50
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52493 Solvers
-
3079 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1978 Solvers
-
188 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1693 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!