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 Solvers555
Suggested Problems
-
14620 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1198 Solvers
-
Create a Multiplication table matrix...
575 Solvers
-
390 Solvers
-
Converts numbers into characters
1492 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!