Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Interpolation between matrixes
Date: Fri, 7 Nov 2008 09:16:02 +0000 (UTC)
Organization: UTSA
Lines: 2
Message-ID: <gf110i$d2o$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1226049362 13400 172.30.248.37 (7 Nov 2008 09:16:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 7 Nov 2008 09:16:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1332985
Xref: news.mathworks.com comp.soft-sys.matlab:499460


Say, V=randn(2,3,5); B=randn(2,3);vec=[10:10:50];
How to interpolate B in V with vec value ? The result should be an 2x3 array with linearly interpolated vec value. 3x!