Problem 54050. Draw 'Y'
Draw 'Y' in an x-by-x matrix (where x is odd and x >= 3)
Examples:
x = 3
y = [1 0 1
0 1 0
0 1 0]
x = 5
y = [1 0 0 0 1
0 1 0 1 0
0 0 1 0 0
0 0 1 0 0
0 0 1 0 0]
Solution Stats
Problem Comments
-
1 Comment
Henry Qi
on 3 Mar 2022
Collecting all the letters
Solution Comments
Show commentsProblem Recent Solvers37
Suggested Problems
-
Remove any row in which a NaN appears
8694 Solvers
-
Getting the indices from a vector
11151 Solvers
-
Cell Counting: How Many Draws?
2259 Solvers
-
Find out total non zero element of matrix
277 Solvers
-
Create a square matrix with given conditions
119 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!