Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: combine image parts
Date: Fri, 24 Jul 2009 11:10:17 +0000 (UTC)
Organization: Forschungszentrum J&#252;lich GmbH
Lines: 21
Message-ID: <h4c4qp$qr7$1@fred.mathworks.com>
References: <h4bv2g$ac0$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1248433817 27495 172.30.248.38 (24 Jul 2009 11:10:17 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 24 Jul 2009 11:10:17 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1088664
Xref: news.mathworks.com comp.soft-sys.matlab:558076


"us2 " <us2@yahoo.com> wrote in message <h4bv2g$ac0$1@fred.mathworks.com>...
> I have NxM sized image and divide it into let's say 4 different parts. I want to see these parts in a figure with a blank between them.
> 
> I mean that the new image figure must include all the parts but it must be seen as divided. When I convert the new image into binary, I want to see 4 different partitions separately
> 
> how to do this?

hi, 

many solutions are possible:

the one which comes closest to your requirements:
help subplot

show image and plot a line between the parts;
help line 

create a new image which contaings a gap between the parts you want to be divided

hth
kinor