Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: transpose of interpn() operations
Date: Mon, 4 Aug 2008 15:56:02 +0000 (UTC)
Organization: Xoran Technologies
Lines: 24
Message-ID: <g778qh$cui$1@fred.mathworks.com>
References: <g6vt59$k9o$1@fred.mathworks.com> <g70566$jh0$1@fred.mathworks.com> <g76fpu$7lt$1@fred.mathworks.com> <g76gia$d07$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1217865362 13266 172.30.248.35 (4 Aug 2008 15:56:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 4 Aug 2008 15:56:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1440443
Xref: news.mathworks.com comp.soft-sys.matlab:483543



"Bruno Luong" <b.luong@fogale.findmycountry> wrote in 
message <g76gia$d07$1@fred.mathworks.com>...
> "Matt " <mjacobson.removethis@xorantech.com> wrote in
> message <g76fpu$7lt$1@fred.mathworks.com>...
> 
> > 
> > For the applications I work with, a typical size for V 
> > might be 400x400x300.
> > 
> 
> And what is the typical size of your VI Matt?
> 
> Bruno

In the cases I'm thinking of, you almost always have 
size(VI) equal to or comparable to size(V).

Think, for example, of deforming a 3D image. You apply a 
geometric transformation to the original coordinates of the 
image samples, and then you need to interpolate/resample at 
all of the new locations.