Path: news.mathworks.com!not-for-mail
From: "Koos Spee" <bmx_360@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Wavread loop: Variable filename
Date: Thu, 18 Sep 2008 10:22:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <gata4a$chu$1@fred.mathworks.com>
References: <gat6nh$c36$1@fred.mathworks.com> <gat74l$fol$1@fred.mathworks.com> <gat86d$oo6$1@fred.mathworks.com> <gat94g$40m$1@fred.mathworks.com>
Reply-To: "Koos Spee" <bmx_360@hotmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1221733322 12862 172.30.248.37 (18 Sep 2008 10:22:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 18 Sep 2008 10:22:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1512748
Xref: news.mathworks.com comp.soft-sys.matlab:490745



> 
> ok, splitting that line into 2 works, i.e.
> 
>     WavStored_str=strcat(WavStored,'0',StrI);
>     WavStored_str=wavread(temp);
> 
> 


That only gives me the last file of the loop (named: WavStored_str) to work with.