fiオブジェクトの行列をcsv出力する方法を教えてください。
2 ビュー (過去 30 日間)
古いコメントを表示
現在、ワークスペースに1×100のembedded.fiがあります。
これをcsv出力する方法を教えていただきたいです。よろしくお願いいたします。
0 件のコメント
採用された回答
Hernia Baby
2022 年 7 月 19 日
適当にfiオブジェクトを作ります
a = fi((magic(3)/10), 1, 16, 12)
b = double(a)
writematrixで書き込みをします
writematrix(b,"b.csv")
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Fixed-Point Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!