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

7 visualizaciones (últimos 30 días)
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')

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de En. de 2020
csvwrite( sprintf('im%d.csv',k), b')

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by