Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: create grayscale star sign
Date: Sat, 4 Jul 2009 09:39:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <h2n7vl$5th$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1246700341 6065 172.30.248.35 (4 Jul 2009 09:39:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 4 Jul 2009 09:39:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1834701
Xref: news.mathworks.com comp.soft-sys.matlab:552758


Hi all,

I have a 256x256 sized image as;

image=zeros(256,256)

and I want to create a grayscale colored star sign on this image. How to do this? what is the code for this?