Problem 50867. Draw a '1' in a zero matrix!
Given a x-by-x matrix filled with zeros (x is odd and > 1). Use ones to draw a number 1 into it! Like this:
x = 5, y =
0 1 1 0 0
0 0 1 0 0
0 0 1 0 0
0 0 1 0 0
0 0 1 0 0
x = 7, y =
0 0 1 1 0 0 0
0 0 0 1 0 0 0
0 0 0 1 0 0 0
0 0 0 1 0 0 0
0 0 0 1 0 0 0
0 0 0 1 0 0 0
0 0 0 1 0 0 0
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers562
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3332 Solvers
-
Project Euler: Problem 3, Largest prime factor
1604 Solvers
-
Sum of odd numbers in a matrix
592 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
567 Solvers
-
501 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!