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
-
1 Comment
Nicolas Douillet
on 18 Jul 2025
x is given, but not the zeros matrix. Problem statement is actually incorrect.
Solution Comments
Show commentsProblem Recent Solvers587
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2589 Solvers
-
Project Euler: Problem 5, Smallest multiple
1532 Solvers
-
Back to basics 11 - Max Integer
798 Solvers
-
Sum of first n terms of a harmonic progression
464 Solvers
-
Find Air Temperature from Cricket Stridulation Rate
914 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!