Given a x-by-x matrix filled with zeros (x is odd and > 3). Use 4s to draw a number 4 into it! Like this:
x = 5, y =
4 0 0 0 4
4 0 0 0 4
4 4 4 4 4
0 0 0 0 4
0 0 0 0 4
x = 7, y =
4 0 0 0 0 0 4
4 0 0 0 0 0 4
4 0 0 0 0 0 4
4 4 4 4 4 4 4
0 0 0 0 0 0 4
0 0 0 0 0 0 4
0 0 0 0 0 0 4
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers635
Suggested Problems
-
Magic is simple (for beginners)
11142 Solvers
-
The sum of the numbers in the vector
642 Solvers
-
1820 Solvers
-
1027 Solvers
-
436 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!
Please like it if it was interesting!