changeset 6678:e658650dec71 octave-forge

control-oo: fix doc
author paramaniac
date Tue, 09 Feb 2010 15:42:18 +0000
parents 542d17393905
children 2d29ca8886f6
files extra/control-oo/inst/@lti/norm.m extra/control-oo/inst/@lti/zero.m
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/extra/control-oo/inst/@lti/norm.m	Tue Feb 09 13:26:08 2010 +0000
+++ b/extra/control-oo/inst/@lti/norm.m	Tue Feb 09 15:42:18 2010 +0000
@@ -17,8 +17,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{gain} =} norm (@var{sys}, @var{2})
-## @deftypefnx {Function File} {@var{gain}, @var{wpeak} =} norm (@var{sys}, @var{inf})
-## @deftypefnx {Function File} {@var{gain}, @var{wpeak} =} norm (@var{sys}, @var{inf}, @var{tol})
+## @deftypefnx {Function File} {[@var{gain}, @var{wpeak}] =} norm (@var{sys}, @var{inf})
+## @deftypefnx {Function File} {[@var{gain}, @var{wpeak}] =} norm (@var{sys}, @var{inf}, @var{tol})
 ## Return H-2 or L-inf norm of LTI model.
 ## Uses SLICOT AB13BD and AB13DD by courtesy of NICONET e.V.
 ## <http://www.slicot.org>
--- a/extra/control-oo/inst/@lti/zero.m	Tue Feb 09 13:26:08 2010 +0000
+++ b/extra/control-oo/inst/@lti/zero.m	Tue Feb 09 15:42:18 2010 +0000
@@ -16,7 +16,8 @@
 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {@var{p} =} zero (@var{sys})
+## @deftypefn {Function File} {@var{z} =} zero (@var{sys})
+## @deftypefnx {Function File} {[@var{z}, @var{k}] =} zero (@var{sys})
 ## Compute transmission zeros of LTI model.
 ## @end deftypefn