Simple radius problem
- From: Bobby <bob@xxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 10:52:56 -0500
How do i add "radius2" to this code shown below. Thanx
numpoint=10;
radius=0.5;
radius2=0.1;
delq=((pi)/(numpoint+1));
for l=1:numpoint
[coordx(l),coordy(l)]=pol2cart((l-1)*delq(delq/2),radius );
end
.
- Prev by Date: Re: non-overalpping random lines
- Next by Date: handles.output is storing previous values
- Previous by thread: non-overalpping random lines
- Next by thread: handles.output is storing previous values
- Index(es):