Functions | |
if (nargout > 0) h | |
else | plot (x, p(x), varargin{:}) |
Variables | |
function | h |
rmax = max (abs (roots (p.poly))) | |
x = [0 : (n - 1)] / (n - 1) * 2.2 * rmax - 1.1 * rmax |
if | ( | nargout | , | |
0 | ||||
) |
else plot | ( | x | , | |
p(x) | ||||
) |
rmax = max (abs (roots (p.poly))) |