Feeds
답변 있음
making multiple copies of a file
This worked for me % loop for creating 100 copies n=100; for i=1:n jobname{i}= ['copy', num2str(i),'.txt']; copyfile('o...
making multiple copies of a file
This worked for me % loop for creating 100 copies n=100; for i=1:n jobname{i}= ['copy', num2str(i),'.txt']; copyfile('o...
거의 7년 전 | 0
