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

365 Solutions

122 Solvers

Last Solution submitted on May 06, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers122

Suggested Problems

More from this Author11

Problem Tags

Community Treasure Hunt

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

Start Hunting!