Path: news.mathworks.com!not-for-mail
From: "Joe Frank" <sascod@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Basic Image Processing
Date: Mon, 9 Nov 2009 03:17:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <hd81je$2b9$1@fred.mathworks.com>
References: <hd7v8d$8vk$1@fred.mathworks.com> <e0176e1c-3cfb-4a59-81ed-6ede6dc961d7@j19g2000vbp.googlegroups.com>
Reply-To: "Joe Frank" <sascod@gmail.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 1257736623 2409 172.30.248.37 (9 Nov 2009 03:17:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 03:17:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1754414
Xref: news.mathworks.com comp.soft-sys.matlab:583461


jonny <jonnazemi@gmail.com> wrote in message <e0176e1c-3cfb-4a59-81ed-6ede6dc961d7@j19g2000vbp.googlegroups.com>...
> On Nov 8, 9:37?pm, "Joe Frank" <sas...@gmail.com> wrote:
> > I have two images.. im1 and im2
> >
> > im1 is 1200x1 matrix
> > im2 is 1450x1 matrix
> >
> > I want to add im1 and im2 for further calculation. How do I do it?
> 
> you need to interpolate one over the range of the other. I would
> interpolate the 1450 over the 1200 range.

How do I interpolate them?