Problem 45489. Top layer of a 3D pyramid
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 15 Oct 2020
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).
Problem Recent Solvers19
Suggested Problems
-
Return a list sorted by number of occurrences
2133 Solvers
-
How to find the position of an element in a vector without using the find function
2617 Solvers
-
421 Solvers
-
Convert a vector into a number
579 Solvers
-
Separate even from odd numbers in a vector - without loops
385 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!