Path: news.mathworks.com!not-for-mail
From: "Ionut Plesa" <hartson9@k.ro>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Draw a star.
Date: Wed, 19 Dec 2007 23:20:11 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <fkc8vb$7rg$1@fred.mathworks.com>
References: <ec8smq02a8a@drn.newsguy.com> <ellieandrogerxyzzy-2008061008490001@dialup-4.232.60.187.dial1.losangeles1.level3.net>
Reply-To: "Ionut Plesa" <hartson9@k.ro>
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 1198106411 8048 172.30.248.35 (19 Dec 2007 23:20:11 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 19 Dec 2007 23:20:11 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1218212
Xref: news.mathworks.com comp.soft-sys.matlab:443101


ellieandrogerxyzzy@mindspring.com.invalid (Roger Stafford)
wrote in message
<ellieandrogerxyzzy-2008061008490001@dialup-4.232.60.187.dial1.losangeles1.level3.net>...
> theta = 0:4/5*pi:4*pi;
> plot(cos(theta),sin(theta),'y-')
> axis equal
> 
> Roger Stafford
How can i fill this star with colour? Make it a coloured star.