Problem 943. "mirror" matrix
Create n x 2n "mirror" matrix of this type:
Examples
For n = 2
m = [ 1 2 2 1 1 2 2 1 ]
For n = 3
m = [ 1 2 3 3 2 1 1 2 3 3 2 1 1 2 3 3 2 1 ]
Solution Stats
Problem Comments
-
1 Comment
Aditya Deshpande
on 17 Jul 2017
This problem was fun. I was able to find a better way to solve beat my own solution. Not the best way though. But lot better.
Solution Comments
Show commentsProblem Recent Solvers639
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3356 Solvers
-
Compute a dot product of two vectors x and y
998 Solvers
-
Who is the smartest MATLAB programmer?
761 Solvers
-
Simple equation: Annual salary
4201 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
1955 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!