# HG changeset patch # User jwe # Date 1127244427 0 # Node ID eaedbf469316972e5f3653b5dc6324c3c287abf4 # Parent ff40c78cebf0f2ecad154059a5774db36108aaa5 [project @ 2005-09-20 19:27:07 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2005-09-20 "Orestes Mas" + + * control/base/rlocus.m: Doc fix. + 2005-09-20 John W. Eaton * general/isvector.m: Improve compatibility. diff --git a/scripts/control/base/rlocus.m b/scripts/control/base/rlocus.m --- a/scripts/control/base/rlocus.m +++ b/scripts/control/base/rlocus.m @@ -18,9 +18,9 @@ ## 02110-1301 USA. ## -*- texinfo -*- -## @deftypefn {Function File} {[@var{rldata}, @var{k}] =} rlocus (@var{sys}[, @var{increment}, @var{min_k}, @var{max_k}]) +## @deftypefn {Function File} {[@var{rldata}, @var{k_break}, @var{rlpol}, @var{gvec}, @var{real_ax_pts}] =} rlocus (@var{sys}[, @var{increment}, @var{min_k}, @var{max_k}]) ## -## Displays root locus plot of the specified @acronym{SISO} system. +## Display root locus plot of the specified @acronym{SISO} system. ## @example ## @group ## ----- --- -------- @@ -49,8 +49,15 @@ ## @table @var ## @item rldata ## Data points plotted: in column 1 real values, in column 2 the imaginary values. -## @item k +## @item k_break ## Gains for real axis break points. +## @item rlpol +## Closed-loop roots for each gain value: 1 locus branch per row; 1 pole +## set per column +## @item gvec +## Gains vector +## @item real_ax_pts +## Real axis breakpoints ## @end table ## @end deftypefn