Find the biggest digit in a matrix - MATLAB Cody - MATLAB Central

Problem 2408. Find the biggest digit in a matrix

Difficulty:Rate

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.79% Correct | 59.21% Incorrect
Last Solution submitted on May 19, 2024

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
2
3

Problem Recent Solvers56

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!