Transfer a diagonal matrix
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear colleaguesHow to tranfer matrix A to matrix B in matlab
Thank you
Kind regards
Risposta accettata
Guillaume
il 3 Lug 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)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!