diff scripts/control/tzero2.m @ 3346:8dd4718801fd

[project @ 1999-11-09 18:18:12 by jwe]
author jwe
date Tue, 09 Nov 1999 18:18:37 +0000
parents f7e4a95916f2
children 69b167451491
line wrap: on
line diff
--- a/scripts/control/tzero2.m
+++ b/scripts/control/tzero2.m
@@ -16,16 +16,17 @@
 # along with Octave; see the file COPYING.  If not, write to the Free
 # Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
-function zr = tzero2 (a, b, c, d, bal)
+## -*- texinfo -*-
+##@deftypefn {Function File } { @var{zr} =} tzero2 (@var{a}, @var{b}, @var{c}, @var{d}, @var{bal})
+##Compute the transmission zeros of a, b, c, d.
+##
+##bal = balancing option (see balance); default is "B".
+##
+##Needs to incorporate @code{mvzero} algorithm to isolate finite zeros; use
+##@code{tzero} instead.
+##@end deftypefn
 
-# Usage: zr = tzero2 (a, b, c, d, bal)
-#
-# Compute the transmission zeros of a, b, c, d.
-#
-# bal = balancing option (see balance); default is "B".
-#
-# Needs to incorporate mvzero algorithm to isolate finite zeros.
-
+function zr = tzero2 (a, b, c, d, bal)
 # Written by A. S. Hodel (scotte@eng.auburn.edu) August 1993.
 
   if (nargin == 4)