Problem 50872. Draw a '5' in a zero matrix!

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

Solution Stats

58.7% Correct | 41.3% Incorrect
Last Solution submitted on Mar 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers440

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!