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

41.18% Correct | 58.82% Incorrect
Last Solution submitted on Jul 08, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers57

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!