Problem 43656. Tent matrix
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
Problem Comments
-
2 Comments
The problem description and title have been updated.
After I submited my solution, return the message "While evaluating the solution, the server encountered an error caused by temporary unavailability of MATLAB Service. Wait a few minutes for the MATLAB Service to return, and then rescore.".
I have tried many times!!!
Solution Comments
Show commentsProblem Recent Solvers87
Suggested Problems
-
29413 Solvers
-
Remove any row in which a NaN appears
8697 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
547 Solvers
-
Area of an equilateral triangle
6641 Solvers
-
calculate the length of matrix
2194 Solvers
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!