Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!