Problem 2408. Find the biggest digit in a matrix

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

40.67% Correct | 59.33% Incorrect
Last Solution submitted on Mar 05, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers55

Suggested Problems

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!