Problem 579. Spiral In
Create an m by n matrix filled with sequential integers starting from 1 and arranged in a counterclockwise spiral that hugs the outside border and begins in the upper left corner.
For example:
>> spiralIn(4,5) ans = 1 14 13 12 11 2 15 20 19 10 3 16 17 18 9 4 5 6 7 8
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Ned Gulley
on 11 May 2012
Richard, you can add tags whenever you want. Just click on "Add Tags".
Nicholas Howe
on 17 May 2012
Good suggestion, although not all solutions proposed have been recursive. Thanks!
henry Liu
on 20 Jan 2023
With the process of your coding, you'll find out more and more bugs. This is why I enjoy this problem.
Solution Comments
Show commentsGroup

Magic Numbers
- 19 Problems
- 84 Finishers
- Find the 9's Complement
- Bell Number calculator
- Is this number Munchhausen?
- Smith numbers
- Generate a Parasitic Number
- Armstrong Number
- nth Rational Number
- Generate a Parasitic Number
- Compute Fibonacci Number
- Find vampire numbers
- N-th Odious
- Evil Number
- Armstrong Number
- Generalised Hamming Number
- Polite numbers. Politeness.
- Polite numbers. N-th polite number.
- Bell Number calculator
- Narcissistic number ?
- Is this number Munchhausen?
- Compute Fibonacci Number
- Smith numbers
- Find vampire numbers
- Polygonal numbers
- Generate a Parasitic Number
- nth Rational Number
- Kaprekar numbers
- Parasitic numbers
- Determine if a Given Number is a Triangle Number
Problem Recent Solvers106
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!