Path: news.mathworks.com!not-for-mail
From: "Joe Frank" <sascod@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Basic Image Processing
Date: Mon, 9 Nov 2009 02:29:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <hd7upe$aep$1@fred.mathworks.com>
Reply-To: "Joe Frank" <sascod@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257733742 10713 172.30.248.38 (9 Nov 2009 02:29:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 9 Nov 2009 02:29:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1754414
Xref: news.mathworks.com comp.soft-sys.matlab:583453


Hello,

I have two images im1 and im2

im1 is 1200x1 matrix
im2 is 1450x1 matrix

I need to add im1 and im2 for further calculation. How do I do it?

Thanks,
Joe