dlmwriteでfilenemaeが1つのセルに反映されない
Info
This question is closed. Reopen it to edit or answer.
Show older comments
failename = uigetfile('*.mat');
a = 'result.csv';
C = cellstr(filename);
dlmwrite(a,C,'-append');
これでやっているのですが、matファイルでは、1つのセルで書き出されるのに、CSVファイルでは、ファイル名が、一つのセルに一つのアルファベットのようになってしまいます。どうしたら良いですか?
1 Comment
michio
on 13 Jun 2020
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!