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
Solution Comments
Show comments
Loading...
Problem Recent Solvers39
Suggested Problems
-
Sum all integers from 1 to 2^n
17511 Solvers
-
Longest run of consecutive numbers
6497 Solvers
-
Generate a random matrix A of (1,-1)
403 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
404 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Collecting all the letters