Problem 45489. Top layer of a 3D pyramid
create a 3D pyramid(x,y,z) of ones(1) and zeros(0)...where pyramid part is denoted by one....nd find the top layer(x,y) of the pyramid...base of the pyramid is square shape of size(n,n) ...where n is the input.
Solution Stats
Problem Comments
-
1 Comment
In this problem, the author is imagining again an abstract pyramid made by layers of square matrices of zeros that decrease evenly until the top is reached (the top is made by ones; for instance, a pyramid of base 5(n) would be zeros(5)-> zeros(3) -> ones(1)). We are looking at the pyramid from the top view (that's why is flattened).
Solution Comments
Show commentsProblem Recent Solvers20
Suggested Problems
-
Return elements unique to either input
777 Solvers
-
175 Solvers
-
Cull vector elements that contain a specified digit
56 Solvers
-
Pernicious Anniversary Problem
824 Solvers
-
I hope to lose weight healthily...
47 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!