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 comments
Loading...
Problem Recent Solvers27
Suggested Problems
-
Calculate distance travelled when given radius and rotations
241 Solvers
-
549 Solvers
-
524 Solvers
-
Find out sum of all elements of given Matrix
534 Solvers
-
492 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!