필터 지우기
필터 지우기

Block Matrix coding problems

조회 수: 3 (최근 30일)
Ilias Misailidis
Ilias Misailidis 2020년 6월 11일
댓글: Ilias Misailidis 2020년 6월 21일
Hi my name is Ilias and i am new entry to Matlab. I am trying to make a block matrix 9x9 like foto for my homework to university and nothing happened with code.
Someone to help me with code pls :-)

채택된 답변

Tanisha Gosain
Tanisha Gosain 2020년 6월 18일
The photo you have attached will make a 4x4 matrix and not a 9x9 matrix.
You can make a 4x4 matrix (assuming arguments to trigonometric functions are in degrees) by:
Asub = [sind(90) cosd(60); cosd(40) cosd(30)];
A = [Asub Asub; Asub Asub];
  댓글 수: 1
Ilias Misailidis
Ilias Misailidis 2020년 6월 21일
Hi
Really thanks you for your response. I attached only 4x4 because if I understand how it works, I will make it for 9x9. The block you have written I understand it. If I had the same number for the other 3 blocks. How I should have written it?
Really thanks again.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by