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 comments
Loading...
Problem Recent Solvers37
Suggested Problems
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1309 Solvers
-
Convert a vector into a number
615 Solvers
-
632 Solvers
-
499 Solvers
-
601 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!