Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!j19g2000vbp.googlegroups.com!not-for-mail
From: jonny <jonnazemi@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Basic Image Processing
Date: Sun, 8 Nov 2009 18:45:23 -0800 (PST)
Organization: http://groups.google.com
Lines: 10
Message-ID: <e0176e1c-3cfb-4a59-81ed-6ede6dc961d7@j19g2000vbp.googlegroups.com>
References: <hd7v8d$8vk$1@fred.mathworks.com>
NNTP-Posting-Host: 71.224.41.135
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1257734723 29273 127.0.0.1 (9 Nov 2009 02:45:23 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 9 Nov 2009 02:45:23 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: j19g2000vbp.googlegroups.com; posting-host=71.224.41.135; 
	posting-account=NC5qdwoAAACeIx9W64rzBh_uYh4ADUK1
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) 
	Gecko/20091102 Firefox/3.5.5,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:583456


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.