Given a 3D matrix A, find the largest value.

Example

 >> A = 1:9;
 >> A = reshape(A,[3 1 3]);
 >> islargest(A)
 ans = 9

Solution Stats

3223 Solutions

1666 Solvers

Last Solution submitted on Mar 01, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...