Problem 44092. Find the minimal value in N*N Matrix
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
David Verrelli
on 24 Jun 2018
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
Solution Comments
Show commentsProblem Recent Solvers109
Suggested Problems
-
471 Solvers
-
Back to basics 8 - Matrix Diagonals
924 Solvers
-
Who has power to do everything in this world?
442 Solvers
-
Rounding off numbers to n decimals
4510 Solvers
-
What is Sum Of all elements of Matrix
413 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!