CSVファイルの行列変換について
2 ビュー (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1151848/image.jpeg)
0 件のコメント
回答 (1 件)
Hernia Baby
2022 年 10 月 11 日
T1 = ones(5);
T2 = zeros(5);
T3 = magic(5);
T4 = tril(T1);
T = {T1,T2;T3,T4}
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!