How to create 2x2 array containing elements?
古いコメントを表示
Create a 2x2 cell array, C which contains the following information:
In element {1,1}, insert the expression below:
my cell
In element {1,2}, insert the array below:
[9 0 3; 2 5 6; 7 81 6]
In element {2,1}, insert the complex number below:
3 + 6i
In element {2,2}, insert the array:
[1 4; 6 7; 11 3]
3 件のコメント
Cameron Tugwell
2020 年 10 月 27 日
Shoutout to ENGR Programming lmao
Liam Bouchereau
2020 年 10 月 27 日
Cameron Tugwell
2020 年 10 月 27 日
Mate aren't we all ahahah
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!