|
Contents | Previous | Next | Subchapters |
| Syntax |
fnbpole(n) |
| See Also | fnbut , fncpole , zero2pol |
(r, theta) and plots them.
clear
#
p = fnbpole(7)
r = abs(p)
theta = atan2(imag(p), double(p))
theta = 180 * theta / PI
rmax = 2.
rmajor = 2
tmajor = 4
style = "cross"
color = "black"
polar(r, theta, rmax, rmajor, tmajor, style, color)