Answered
How to save multiple text files with same name, but with incrementing numbers
Instead of filename.dat, you could substitute ['myFilename_',num2str(i),'.dat], as the loop increments, it will create a new na...

4 years ago | 0

| accepted