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

조회 수: 5 (최근 30일)
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')

채택된 답변

Walter Roberson
Walter Roberson 2020년 1월 21일
csvwrite( sprintf('im%d.csv',k), b')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by