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
-
Return the largest number that is adjacent to a zero
5516 Solvers
-
Sort a list of complex numbers based on far they are from the origin.
5798 Solvers
-
Circular Primes (based on Project Euler, problem 35)
651 Solvers
-
778 Solvers
-
Flip the vector from right to left
10806 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!