Given a 3D matrix A, find the largest value.
Example
>> A = 1:9;
>> A = reshape(A,[3 1 3]);
>> islargest(A)
ans = 9
nfo
While evaluating the solution, the server encountered an error caused by temporary unavailability of MATLAB Service. Wait a few minutes for the MATLAB Service to return, and then rescore.
960 Solvers
794 Solvers
Back to basics 11 - Max Integer
611 Solvers
2123 Solvers
Is this triangle right-angled?
1359 Solvers