Path: news.mathworks.com!not-for-mail
From: "Dawn " <dawn_llc@hotmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to Change the specified pixel value of an image?
Date: Sat, 10 May 2008 06:02:26 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 8
Message-ID: <g03dpi$bki$1@fred.mathworks.com>
References: <fvp5ok$m4l$1@fred.mathworks.com> <fvp6h0$2rp$1@fred.mathworks.com>
Reply-To: "Dawn " <dawn_llc@hotmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210399346 11922 172.30.248.35 (10 May 2008 06:02:26 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 10 May 2008 06:02:26 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1300642
Xref: news.mathworks.com comp.soft-sys.matlab:467668


"us " <us@neurol.unizh.ch> wrote in message <fvp6h0
$2rp$1@fred.mathworks.com>...

> % the engine
>      c=b;
>      c(a&b)=0;

This works. Thank you.