fiオブジェクトの行列をcsv出力する方法を教えてください。
2 views (last 30 days)
Show older comments
現在、ワークスペースに1×100のembedded.fiがあります。
これをcsv出力する方法を教えていただきたいです。よろしくお願いいたします。
0 Comments
Accepted Answer
Hernia Baby
on 19 Jul 2022
適当にfiオブジェクトを作ります
a = fi((magic(3)/10), 1, 16, 12)
b = double(a)
writematrixで書き込みをします
writematrix(b,"b.csv")
More Answers (0)
See Also
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!