필터 지우기
필터 지우기

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 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