Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Read image fromsequence of folders
Date: Sat, 18 Oct 2008 12:20:04 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 10
Message-ID: <gdck9k$m81$1@fred.mathworks.com>
References: <gdc3bl$7hq$1@fred.mathworks.com> <2be4f27f-d0a8-454b-b92b-e9a5440373fa@e2g2000hsh.googlegroups.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1224332404 22785 172.30.248.35 (18 Oct 2008 12:20:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 18 Oct 2008 12:20:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:495947


Piter_ <x.piter@gmail.com> wrote in message <2be4f27f-d0a8-454b-b92b-e9a5440373fa@e2g2000hsh.googlegroups.com>...

>          eval([a ' num2str(i)  num2str(u)
> '=3Dcommand_to_load_image(filename)'];

Do we really need call for this ugly EVAL?

Why not using cell or struct to store the list of things of different kinds and sizes?

Bruno