Transfer a diagonal matrix

1 次查看(过去 30 天)
Dear colleagues
How to tranfer matrix A to matrix B in matlab
Thank you
Kind regards

采纳的回答

Guillaume
Guillaume 2019-7-3
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by