Draw matrix 'Swiss flag'( Euro 2020) - MATLAB Cody - MATLAB Central

Problem 52437. Draw matrix 'Swiss flag'( Euro 2020)

Difficulty:Rate
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

52.5% Correct | 47.5% Incorrect
Last Solution submitted on May 05, 2025

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8

Problem Recent Solvers40

Suggested Problems

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!