Create spiral matrices - MATLAB Cody - MATLAB Central

Problem 56383. Create spiral matrices

Difficulty:Rate
Create a matrix of a given size with sequential elements spiraling inward.
For matrix height m and width n, the output should be an m-by-n matrix with elements ranging from from 1 to m*n in a rectangular spiral pattern with 1 in position (1,1) and the first 'leg' of the spiral progressing down the first column, i.e., the left column of the output has elements 1:m.

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Oct 18, 2022

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
2
3

Problem Recent Solvers3

Suggested Problems

More from this Author5

Problem Tags

Community Treasure Hunt

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

Start Hunting!