help-octave
[Top][All Lists]
Advanced

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

Re: find/match a file to a partial filename


From: Muhali
Subject: Re: find/match a file to a partial filename
Date: Tue, 7 May 2013 23:55:22 -0700 (PDT)

>    i = 0:24 
>    filein = sprintf ("c:/Documents and Settings/My
> Documents/data130425%02d0000.csv", i); 

perhaps something like

filein = glob(["c:/Documents and Settings/My Documents/data130425"
num2str(i) "*.csv"])

?

M.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/find-match-a-file-to-a-partial-filename-tp4652719p4652725.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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