Transfer a diagonal matrix
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Dear colleaguesHow to tranfer matrix A to matrix B in matlab
Thank you
Kind regards
1 commentaire
Réponse acceptée
Guillaume
le 3 Juil 2019
Please, don't post screenshot for something as simple as a matrix. Use text, so we can copy/paste it into matlab.
A = diag(1:3); %example data
B = rot90(A, 2)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!