Problem 50887. Draw a '8' in a zero matrix!

Given a x-by-x matrix filled with zeros (x is odd and > 3). Use 8s to draw a number 8 into it! Like this:
x = 5, y =
8 8 8 8 8
8 0 0 0 8
8 8 8 8 8
8 0 0 0 8
8 8 8 8 8
x = 7, y =
8 8 8 8 8 8 8
8 0 0 0 0 0 8
8 0 0 0 0 0 8
8 8 8 8 8 8 8
8 0 0 0 0 0 8
8 0 0 0 0 0 8
8 8 8 8 8 8 8

Solution Stats

71.28% Correct | 28.72% Incorrect
Last Solution submitted on Mar 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers475

Suggested Problems

More from this Author12

Problem Tags

x

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!