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

899 Solutions

636 Solvers

Last Solution submitted on Mar 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers636

Suggested Problems

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!