Find more posts tagged with
Sort by:
1 - 1 of
11
Hi Paola,
Please give a try with the script below for your loop:
for id = 1:numel(FileList) [~, f,ext] = fileparts(FileList(id).name); rename = strcat(f,'.csv') ; movefile(FileList(id).name, rename); end
Hi Paola,
Please give a try with the script below for your loop: