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 Solvers514
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2714 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1030 Solvers
-
Back to basics 11 - Max Integer
782 Solvers
-
Find the next Fibonacci number
559 Solvers
-
1260 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!