Problem 312. Better bullseye matrix
Problem 18 asks to create a bullseye matrix like this:
[ 3 3 3 3 3 3 2 2 2 3 3 2 1 2 3 3 2 2 2 3 3 3 3 3 3 ]
But I think a better one would look like this:
[ 5 4 3 4 5 4 3 2 3 4 3 2 1 2 3 4 3 2 3 4 5 4 3 4 5 ]
Thus given n (always odd), return output a that has concentric rings of the numbers 1 through n around the center point.
Solution Stats
Problem Comments
-
1 Comment
Aamod Garg
on 10 Jun 2018
Its a good problem. Got me back to solving problems at Cody after about 2 months!
Solution Comments
Show commentsProblem Recent Solvers235
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1703 Solvers
-
Program an exclusive OR operation with logical operators
722 Solvers
-
Longest run of consecutive numbers
5766 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
629 Solvers
-
Find my daddy long leg (No 's')
2457 Solvers
More from this Author39
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!