Problem 54705. Draw a Diamond shape in ones Matrix with '0' s
Input will be odd numbers.The task is to make a Diamond shape in a ones matrix with '0's where the matrix will be a square matrix of length and width equal to the input. For Example, Input x=3, output will be:
y =
1 0 1
0 1 0
1 0 1
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers25
Suggested Problems
-
286 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
382 Solvers
-
917 Solvers
-
104 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1192 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!