Problem 50907. Draw a '4' in a zero matrix!
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
		Szász Botond
    	on 11 Mar 2021
	
	
  	Please like it if it was interesting!
Solution Comments
Show commentsProblem Recent Solvers604
Suggested Problems
- 
         Return the 3n+1 sequence for n 8403 Solvers 
- 
         The Goldbach Conjecture, Part 2 2386 Solvers 
- 
         Getting the indices from a vector 11171 Solvers 
- 
         
         753 Solvers 
- 
         Return fibonacci sequence do not use loop and condition 711 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!