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 commentsGroup

MATLAB JOINT CODY EVENT 2024
- 20 Problems
- 10 Finishers
- Slope intercept application
- findPositiveEvenNumbers
- Hemisphere Volume on Top of a Cylinder
- area
- Return area of square
- Potential energy calculation
- Volume and area of a sphere
- Create the following sequence : 0 1 1 4 9 25 64 169 ...
- Unique - Very Very Large Numbers
- Sum of series
- "mirror" matrix
- Pernicious Anniversary Problem
- Find Logic 20
- Remove element(s) from cell array
- Matlab Basics - Rounding II
- It dseon't mettar waht oedrr the lrettes in a wrod are.
- Are all the three given point in the same line?
- Is the Point in a Triangle?
- Counting Sequence
- Word Counting and Indexing
Problem Recent Solvers643
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!