Problem 528. Find the largest value in the 3D matrix
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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers1616
Suggested Problems
-
Find state names that start with the letter N
1391 Solvers
-
Return unique values without sorting
981 Solvers
-
Generate N equally spaced intervals between -L and L
920 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13043 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
582 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!