Write a function to find the biggest digit in a matrix;
input -> a matrix
output -> a digit
For example;
[12; 47; 86; 10; 65; 92] = 9 [11; 10; 1; 0; 2] = 2 [11; 10; 1; 0; 22; 20; 12] = 2
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers59
Suggested Problems
-
Getting the row and column location from a matrix
301 Solvers
-
933 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
401 Solvers
-
523 Solvers
-
Matlab Basics II - Create a vector with a repeated entry
253 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
the test suit is wrong
hehe, for now there is only one solution which works correctly when there is a NaN or an Inf in the input.
I have added NaN and Inf to the test suites
"the test suit is wrong" statement is not true.