異なる行数(列数)の行列の書き出し方法について(txt, csvなど)
Ältere Kommentare anzeigen
変数 a = 1, b=2 c =3
行列 d= (1 ,2 ,3, 4,5) e= (0.1 ,0.2 ,0.3 ,0.4, 0.5, 0.6)
※dは1*5 , eは1*6の行列
の5つがあった場合、添付ファイルのようなものを作成するのにはどうすればよいでしょうか。
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 構造体 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!