Matlab: For


path = 'C:\Users\Documents\MATLAB\image_';
int32 i=0;
for z=1:10
    i=i+1;
    value = strcat(path,int2str(i),'.jpg');
    display(value);
   
end

Comments

Popular posts from this blog

Matlab Imge Subplot

Matlab: Video

Matlab: String