Draw a x-by-x matrix 'Swiss flag' using '0' and '1'.(x is odd and bigger than 4)
Example
x=5
ans=
[1 1 1 1 1
1 0 1 0 1
1 1 1 1 1
1 0 1 0 1
1 1 1 1 1]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers44
Suggested Problems
-
14274 Solvers
-
Return the 3n+1 sequence for n
8513 Solvers
-
21544 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
Solve a System of Linear Equations
14744 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!