Inspired from Problem 1078. Make a diamond
In this problem the output will be a logical matrix The input n is still odd. For example if n = 5 you will get the logical matrix :
m =
0 0 1 0 0
0 1 0 1 0
1 0 0 0 1
0 1 0 1 0
0 0 1 0 0Second thing, you must use the GALLERY function :-)
Documentation R2012b to use gallery
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers106
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52926 Solvers
-
Select every other element of a vector
36373 Solvers
-
939 Solvers
-
Calculate the area of a triangle between three points
3425 Solvers
-
Remove entire row and column in the matrix containing the input values
557 Solvers
More from this Author30
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
currently 3 different gallery have been used , cool!
4 gallery used at 21-Dec-2012
Thank you for introducing gallery to me. Such a cool function