fiオブジェクトの行列をcsv出力する方法を教えてください。
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
現在、ワークスペースに1×100のembedded.fiがあります。
これをcsv出力する方法を教えていただきたいです。よろしくお願いいたします。
0 Kommentare
Akzeptierte Antwort
Hernia Baby
am 19 Jul. 2022
適当にfiオブジェクトを作ります
a = fi((magic(3)/10), 1, 16, 12)
b = double(a)
writematrixで書き込みをします
writematrix(b,"b.csv")
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fixed-Point Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!