Suppose that we have N by N matrix, we try to find the minimal value in that matrix. examples: Input A=[1 2 3 5 6;52 58 56 45 9;100 52 896 25 47; 52 325 6 2 1;1 1 1 1 2] Output B=1
Input A=[1 0 3] Output B=0
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers116
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15795 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2004 Solvers
-
273 Solvers
-
Matlab Basics II - Determine if an array has a 3rd dimension
167 Solvers
-
Find the sum of the largest two elements in a vector
117 Solvers
More from this Author14
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hello, Said BOUREZG. You do not have N×N matrices in every case, so it would be accurate to describe them as "N×M matrices". Or just "matrices". —DIV