Site hosted by Angelfire.com: Build your free website today!

circle

PURPOSE ^

---------------------------------------------------------------------------------------------

SYNOPSIS ^

function H=circle(center,radius,NOP,style)

DESCRIPTION ^

---------------------------------------------------------------------------------------------
 H=CIRCLE(CENTER,RADIUS,NOP,STYLE)
 This routine draws a circle with center defined as
 a vector CENTER, radius as a scaler RADIS. NOP is 
 the number of points on the circle. As to STYLE,
 use it the same way as you use the rountine PLOT.
 Since the handle of the object is returned, you
 use routine SET to get the best result.

   Usage Examples,

   circle([1,3],3,1000,':'); 
   circle([2,4],2,1000,'--');

   Zhenhai Wang <zhenhai@ieee.org>
   Version 1.00
   December, 2002
---------------------------------------------------------------------------------------------

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^


Generated on Sat 12-Mar-2005 01:01:49 by Rezaul Karim © 2004