Problem 1642. BULLSEYE Part 2: Reference Problem 18 BULLSEYE
Given n (always odd), return output a that has concentric rings of the 1s and 0s around the center point. Examples:
Input n = 3 Output a is [ 1 1 1 1 0 1 1 1 1 ]
Input n = 5 Output a is [ 1 1 1 1 1 1 0 0 0 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 1]
Solution Stats
Problem Comments
-
2 Comments
goc3
on 12 Jul 2017
Additional test cases have been added.
Chris Cleveland
on 13 Jul 2017
Goc3,
Do you know if Matrix Patterns II and Sequences & Series III will become badge eligible problem sets? Thanks!
Solution Comments
Show commentsProblem Recent Solvers122
Suggested Problems
-
Find state names that end with the letter A
1174 Solvers
-
8878 Solvers
-
Create Volcano (or Atoll) martix. It is an extension of Bullseye matrix problem.
139 Solvers
-
Numbers spiral diagonals (Part 1)
197 Solvers
-
Convert given decimal number to binary number.
2045 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!