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 Solvers38
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1208 Solvers
-
Multiples of a Number in a Given Range
946 Solvers
-
Output any real number that is neither positive nor negative
411 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
361 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1899 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!