Problem 1591. Find the minimum element of the matrix
Example:
If
x = [3 9; 5 2]
then
y = 2
Solution Stats
Problem Comments
-
9 Comments
Show
6 older comments
Jeevan Thomas
on 29 Nov 2013
Please check the test case 2. The min value should be -6.
Also correct the testsuite for test 3: function name is listed as "your_fcn_name" instead of "matrix_min"
Jihye Sofia Seo
on 11 Feb 2017
Nobody can solve this problem because of the last test case, it has wrong name for the function.
goc3
on 27 Oct 2020
The last test case has been fixed.
Solution Comments
Show commentsProblem Recent Solvers97
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6365 Solvers
-
1034 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
382 Solvers
-
1318 Solvers
-
342 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!