Mercurial > hg > octave-nkf
diff scripts/control/base/bode.m @ 3501:8b21bcbc1080
[project @ 2000-01-31 06:43:15 by jwe]
author | jwe |
---|---|
date | Mon, 31 Jan 2000 06:43:18 +0000 |
parents | 7923abdeb4e5 |
children | b5238ac1dca9 |
line wrap: on
line diff
--- a/scripts/control/base/bode.m +++ b/scripts/control/base/bode.m @@ -17,7 +17,7 @@ ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{mag}, @var{phase}, @var{w}] =} bode(@var{sys}, @var{w}, @var{out_idx}, @var{in_idx}) +## @deftypefn {Function File} {[@var{mag}, @var{phase}, @var{w}] =} bode (@var{sys}, @var{w}, @var{out_idx}, @var{in_idx}) ## If no output arguments are given: produce Bode plots of a system; otherwise, ## compute the frequency response of a system data structure ##