I need to combine those three martix into a single big one. How do I do that?

조회 수: 1 (최근 30일)

채택된 답변

Voss
Voss 2023년 3월 9일

추가 답변 (1개)

David Hill
David Hill 2023년 3월 9일
blkdiag(randi(10,2),randi(10,2),randi(10,2))
ans = 6×6
8 9 0 0 0 0 8 7 0 0 0 0 0 0 2 6 0 0 0 0 1 4 0 0 0 0 0 0 4 8 0 0 0 0 10 9

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by