[Master Index]
[Index for Courses]
ucplot
(ee2200/ucplot.m)
Function Synopsis
huc = ucplot( radius, center, arg3 )
Help text
UCPLOT Plot a circle with specified center and radius
usage:
huc = ucplot( radius, center, linetype )
radius: (default = 1)
center: complex number (x+j*y) (default = 0)
linetype: any valid MATLAB type (see help plot)
huc: handle to plot of the circle
See also ZVECT
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- exp /tools/hpmatlab/toolbox/matlab/elfun/exp.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- imag /tools/hpmatlab/toolbox/matlab/elfun/imag.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- linspace /tools/hpmatlab/toolbox/matlab/elmat/linspace.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- plot /tools/hpmatlab/toolbox/matlab/plotxy/plot.m
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- sqrt /tools/hpmatlab/toolbox/matlab/elfun/sqrt.m
This function is called by
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON