Filter löschen
Filter löschen

change output filename in a loop

3 Ansichten (letzte 30 Tage)
Mohammad
Mohammad am 15 Nov. 2012
Hello. I have a series of variable like g_1,g_2.....g_n that produced in a for loop I want to save each of them in a individual text file like g_1.txt,g_2.txt ,... how can i do that?. could you please help me?. for example: for i=1:10 g_i=i; save g_i.txt g_i -ascii end I don't know how change the g_i.txt in a loop thank you.

Antworten (1)

Matt Fig
Matt Fig am 15 Nov. 2012

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by