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
Solution Comments
Show comments
Loading...
Problem Recent Solvers249
Suggested Problems
-
3811 Solvers
-
Find state names that end with the letter A
1197 Solvers
-
2272 Solvers
-
563 Solvers
-
The Answer to Life, the Universe, and Everything
578 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!
Its a good problem. Got me back to solving problems at Cody after about 2 months!