How I can save the csv file with different name in a loop after every iteration?

1 visualizzazione (ultimi 30 giorni)
I have vector having one column and "x" number of rows(number of rows in each iteration is changed).So,how i can save the vector of every iteration.
csvwrite('im%k.csv',b')

Risposta accettata

Walter Roberson
Walter Roberson il 21 Gen 2020
csvwrite( sprintf('im%d.csv',k), b')

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by