Problem 43801. Union Jack Matrix
Create a matrix of odd dimensions that has ones on both diagonals and dividing the matrix into 4 quadrants, resembling a square union jack flag. For example, if n=11:
1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1
Solution Stats
Problem Comments
-
1 Comment
Jihye Sofia Seo
on 14 Feb 2017
I wanted to design a problem like this. Very neat!
Solution Comments
Show commentsProblem Recent Solvers77
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15513 Solvers
-
4457 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
535 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1052 Solvers
-
Find the next Fibonacci number
559 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!