fiオブジェクトの行列をcsv出力する方法を教えてください。
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
現在、ワークスペースに1×100のembedded.fiがあります。
これをcsv出力する方法を教えていただきたいです。よろしくお願いいたします。
0 commentaires
Réponse acceptée
Hernia Baby
le 19 Juil 2022
適当にfiオブジェクトを作ります
a = fi((magic(3)/10), 1, 16, 12)
b = double(a)
writematrixで書き込みをします
writematrix(b,"b.csv")
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fixed-Point Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!