Réponse apportée
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...
presque 6 ans il y a | 0
| A accepté