CSVファイルの行列変換について
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1151848/image.jpeg)
0 Commenti
Risposte (1)
Hernia Baby
il 11 Ott 2022
T1 = ones(5);
T2 = zeros(5);
T3 = magic(5);
T4 = tril(T1);
T = {T1,T2;T3,T4}
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!