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 Solvers32
Suggested Problems
-
605 Solvers
-
Sum of odd numbers in a matrix
574 Solvers
-
Find out sum of all elements of given Matrix
499 Solvers
-
Electrical Diode Current Calculation
643 Solvers
-
7274 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!