help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SAVE in loop


From: Michal Seidl
Subject: SAVE in loop
Date: Thu, 19 Jan 2006 09:43:02 -0600

Hi,
I can not figer out how to give to function "save" the name of file that is stored in variable. This is my code, but it does not work. Can anyone help?
 
flist = [
'cheb0306_pL1.xml';...
'cheb0506_pL1.xml';...
'cheb0511_pL1.xml';...
]
 
for i=1:size(flist,1)
     .....
     save -text eval('flist(i,:)') X covX
     .....
end



Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]