How to embed matrices in the diagonal of a matrix?

조회 수: 1 (최근 30일)
Swati Sarangi
Swati Sarangi 2020년 1월 27일
댓글: Walter Roberson 2020년 1월 27일
Hi all,
I am stuck at the following problem. I've been given three matrices namely; A=[ 2 6 ;3 9] , B=[ 1 2 ; 3 4 ] , C=[-5 5 ;5 3] and I'm supposed to form a matrix 6x6 out of A B and C which looks like D= [ 2 6 0 0 0 0 ; 3 9 0 0 0 0 ; 0 0 1 2 0 0; 0 0 3 4 0 0; 0 0 0 0 -5 5; 0 0 0 0 5 3] . How can I embed these matrices to get a matrix D?
Thanks and Regards
Swati

채택된 답변

Walter Roberson
Walter Roberson 2020년 1월 27일
blkdiag()
  댓글 수: 2
Swati Sarangi
Swati Sarangi 2020년 1월 27일
편집: Swati Sarangi 2020년 1월 27일
Thanks :)
Walter Roberson
Walter Roberson 2020년 1월 27일
It looks like it to me

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by