Changing block row matrix to block column matrix?
Show older comments
I have a block matrix p = [A B C ...]. I want to change the matrix into a column block matrix without changing the elements of inner matrices (A, B, ...).
4 Comments
madhan ravi
on 12 Sep 2018
An example?
Seyyed Mohammad Saeed Damadi
on 12 Sep 2018
Edited: Seyyed Mohammad Saeed Damadi
on 12 Sep 2018
Walter Roberson
on 12 Sep 2018
Q = P;
P is already what you list as your desired output.
Seyyed Mohammad Saeed Damadi
on 12 Sep 2018
Accepted Answer
More Answers (0)
Categories
Find more on Linear Algebra 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!