Problem 2177. Rainbow matrix
Create a "rainbow matrix" as described in the following examples
Input = 3 Output = [ 1 2 3 2 3 2 3 2 1 ]
Input = 5 Output = [ 1 2 3 4 5 2 3 4 5 4 3 4 5 4 3 4 5 4 3 2 5 4 3 2 1 ]
Solution Stats
Problem Comments
-
1 Comment
sreedevi
on 13 Feb 2014
Interesting... nice..
Solution Comments
Show commentsGroup

Matrix Patterns II
- 15 Problems
- 69 Finishers
- ZigZag matrix with reflected format
- Toeplitz Matrix
- Numbers spiral diagonals (Part 2)
- BULLSEYE Part 2: Reference Problem 18 BULLSEYE
- Triangular matrices in 3D array
- Pascal's pyramid
- Generate this matrix
- Rainbow matrix
- Calendar Matrix
- Numbers spiral diagonals (Part 1)
- Numbers spiral diagonals (Part 2)
- Generate this matrix
- Diagonal of a Spiral Matrix
- The Matrix Construction
- Toeplitz Matrix
- Create a block diagonal matrix
- Matrix Construction I
Problem Recent Solvers182
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!