Union Jack Matrix - MATLAB Cody - MATLAB Central

Problem 43801. Union Jack Matrix

Difficulty:Rate

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

65.75% Correct | 34.25% Incorrect
Last Solution submitted on May 13, 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...
2
4
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Group

Matrix Patterns III Image
Matrix Patterns III
  • 12 Problems
  • 47 Finishers

Problem Recent Solvers83

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page