Problem 52442. Draw a x-by-x matrix British flag (Euro 2020)
Draw a x-by-x matrix 'British flag' using '0' and '1'.(x is odd and bigger than 4)
x = 5
answer = [0 0 1 0 0
0 0 1 0 0
1 1 1 1 1
0 0 1 0 0
0 0 1 0 0]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers35
Suggested Problems
-
20314 Solvers
-
given 3 sides, find area of this triangle
811 Solvers
-
Create a cell array out of a struct
2259 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
725 Solvers
-
Find out sum and carry of Binary adder
1625 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!