Effacer les filtres
Effacer les filtres

multiple file selection and processing

1 vue (au cours des 30 derniers jours)
Asl
Asl le 20 Oct 2013
Réponse apportée : Asl le 21 Oct 2013
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

Réponses (2)

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

Asl
Asl le 21 Oct 2013
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.

Catégories

En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by