Info

This question is closed. Reopen it to edit or answer.

dlmwriteでf​ilenemaeが1​つのセルに反映されな​い

3 views (last 30 days)
Sato Fumitaka
Sato Fumitaka on 12 Jun 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
failename = uigetfile('*.mat');
a = 'result.csv';
C = cellstr(filename);
dlmwrite(a,C,'-append');
これでやっているのですが、matファイルでは、1つのセルで書き出されるのに、CSVファイルでは、ファイル名が、一つのセルに一つのアルファベットのようになってしまいます。どうしたら良いですか?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!