フィルターのクリア

Transfer a diagonal matrix

1 回表示 (過去 30 日間)
Tran Hoa
Tran Hoa 2019 年 7 月 3 日
コメント済み: Tran Hoa 2019 年 7 月 3 日
Dear colleagues
How to tranfer matrix A to matrix B in matlab
Thank you
Kind regards
  1 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 3 日
Not Transfer, it should be convert.

サインインしてコメントする。

採用された回答

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)
  1 件のコメント
Tran Hoa
Tran Hoa 2019 年 7 月 3 日
It works. Thank you so much

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by