フィルターのクリア

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 Center および File ExchangeMatrix Indexing についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by