For example, if n=2 (maximum value), the output matrix should be
[1 1 1 1 1;
1 2 2 2 1;
1 2 1 2 1;
1 2 2 2 1;
1 1 1 1 1]
where you go from inside to outside starting from 1 to 2(maximum value) and again move back from 2 to 1.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers159
Suggested Problems
-
Determine Whether an array is empty
811 Solvers
-
Set the array elements whose value is 13 to 0
1440 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13763 Solvers
-
Make a logical diamond using GALLERY function
106 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
647 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You should call this a volcano matrix!
Could also be named an Atoll matrix
Thanks Ned, Richard for good suggestion. I have changed Problem Title accordingly.