multiple file selection and processing
이전 댓글 표시
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
2013년 10월 20일
0 개 추천
What are you calling the "results", because nothing in your call to dlmwrite() is an output of uigetfile()?
카테고리
도움말 센터 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!