circle()

Used to draw a circle on a Data Display page. Accepts the arguments center, radius, and number of points. Can only be used on polar plots and Smith charts

Syntax
a = circle(center, radius, numPts)

Arguments
Name Description Range Type Required
center center coordinate (-∞, ∞) integer, real, complex yes
radius radius [0, ∞) integer, real yes
numPts number of points in the circle [0, ∞) integer yes

Examples

x = circle(1,1,500)
y = circle(1+j*1,1,500)

Defined in

Built in

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources