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 Solvers43
Suggested Problems
-
Find the maximum number of decimal places in a set of numbers
3421 Solvers
-
Create an index-powered vector
946 Solvers
-
Check that number is whole number
5264 Solvers
-
Replace 0 indices in array with 1's
143 Solvers
-
1038 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!