Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

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

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!