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.
5691 Solvers
Find the numeric mean of the prime numbers in a matrix.
5902 Solvers
2723 Solvers
1102 Solvers
1513 Solvers