Relocating entire blocks of matrix without using loop
Show older comments
Without using a "for" loop I need to relocate entire blocks of a matrix in the following manner:

This means vertically rearranging blocks that are placed horizontally next to each other, thereby creating a matrix with new dimensions, but the same number of elements.
1 Comment
Azzi Abdelmalek
on 28 May 2016
You can make yourself clear by posting an example
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!