comparison 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
comparison
equal deleted inserted replaced
3500:7923abdeb4e5 3501:8b21bcbc1080
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, write to the Free 16 ## along with Octave; see the file COPYING. If not, write to the Free
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{mag}, @var{phase}, @var{w}] =} bode(@var{sys}, @var{w}, @var{out_idx}, @var{in_idx}) 20 ## @deftypefn {Function File} {[@var{mag}, @var{phase}, @var{w}] =} bode (@var{sys}, @var{w}, @var{out_idx}, @var{in_idx})
21 ## If no output arguments are given: produce Bode plots of a system; otherwise, 21 ## If no output arguments are given: produce Bode plots of a system; otherwise,
22 ## compute the frequency response of a system data structure 22 ## compute the frequency response of a system data structure
23 ## 23 ##
24 ## @strong{Inputs} 24 ## @strong{Inputs}
25 ## @table @var 25 ## @table @var