Problem 1702. Maximum value in a matrix

Find the maximum value in the given matrix.
For example, if
A = [1 2 3; 4 7 8; 0 9 1];
then the answer is 9.

Solution Stats

43.05% Correct | 56.95% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers12954

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!