Given a 3D matrix, A, find the largest value.
E.g.
>> A = 1:9;
>> A=reshape(A,[3 1 3]);
>> islargest(A)
ans = 9