Changing block row matrix to block column matrix?
Afficher commentaires plus anciens
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 commentaires
madhan ravi
le 12 Sep 2018
An example?
Seyyed Mohammad Saeed Damadi
le 12 Sep 2018
Modifié(e) : Seyyed Mohammad Saeed Damadi
le 12 Sep 2018
Walter Roberson
le 12 Sep 2018
Q = P;
P is already what you list as your desired output.
Seyyed Mohammad Saeed Damadi
le 12 Sep 2018
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Algebra dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!