hello/hai
when i download file(zip) from internet > Unzip file
but the problem file name in alphabet.
1)how to do looping?
this is a file isk1210b.11o
2)how to save in different file(directory)
thak u
this in my command:
function out=multipathmapping
ftpsite=ftp('xx.my','xx','xx');
cd(ftpsite, 'ISK1/Hourly/210');
mget(ftpsite, 'isk1210b.zip');
unzip('isk1210b','C:\Multipath3SGU\studycase');
a = 'C:\Multipath3SGU\studycase\isk1210b.11o';
teqc_cm = sprintf('C:\\Multipath3SGU\\studycase\\teqc +qc %s',a);
system(teqc_cm);
out=teqcspec;
2 Comments
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/22382-how-to-rename-file-n-do-loop#comment_48770
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/22382-how-to-rename-file-n-do-loop#comment_48770
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/22382-how-to-rename-file-n-do-loop#comment_49955
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/22382-how-to-rename-file-n-do-loop#comment_49955
Sign in to comment.