multiple file selection and processing
Mostrar comentarios más antiguos
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
Respuestas (2)
Image Analyst
el 20 de Oct. de 2013
0 votos
What are you calling the "results", because nothing in your call to dlmwrite() is an output of uigetfile()?
Asl
el 21 de Oct. de 2013
0 votos
Categorías
Más información sobre Text Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!