Date: Jan 23, 2013 3:15 AM Author: Phil Subject: Increment saved filename for each loop Hi,
I have a dataset called: uniplot_data(:,:,k). I wish to save each increment of k with a different filename in a different file, but I am struggling to find a way to do so.
Previously, I have been using the piece of code below to save a single dataset. As you can see however, this doesn't take into account loops.
save('filename.txt', 'uniplot_data', '-ascii')
Any help would be great.
Cheers,
Phil