Create an n x n matrix that resembles one kind of tent. The variable n is provided to the function and will be an odd number. As an example, if n=5:

 surround(5) = 1  2  3  2  1
               2  3  4  3  2
               3  4  5  4  3
               2  3  4  3  2
               1  2  3  2  1

Solution Stats

215 Solutions

99 Solvers

Last Solution submitted on Sep 09, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers99

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

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

Start Hunting!