multiple file selection and processing

1 次查看(过去 30 天)
Asl
Asl 2013-10-20
回答: Asl 2013-10-21
Hallo How I can process milti file selection? [FileName,wfolder] = uigetfile({'*.xlsx'},'MultiSelect','on');
I save results in txt file using dlmwrite command.
If I select one file it works dlmwrite('abc',abc,'-append','delimiter',' ','roffset',1);
When I select more file it does not work. How can I do this? Thanks in advance

回答(2 个)

Image Analyst
Image Analyst 2013-10-20
What are you calling the "results", because nothing in your call to dlmwrite() is an output of uigetfile()?

Asl
Asl 2013-10-21
results are abc which i save in the form of txt file. now if I select multiple files. i want the results "abc" to be saved in the same txt file.

类别

Help CenterFile Exchange 中查找有关 Import, Export, and Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by