diff scripts/control/tzero.m @ 2312:204cc7db6f4a

[project @ 1996-07-11 21:20:36 by jwe]
author jwe
date Thu, 11 Jul 1996 21:20:36 +0000
parents 2b5788792cad
children 5ca126254d15
line wrap: on
line diff
--- a/scripts/control/tzero.m
+++ b/scripts/control/tzero.m
@@ -25,9 +25,11 @@
 ##
 ## Needs to incorporate mvzero algorithm to isolate finite zeros.
 
-function zr = tzero (a, b, c, d, bal)
+## Author: A. S. Hodel <scotte@eng.auburn.edu>
+## Created: August 1993
+## Adapted-By: jwe
 
-  ## Written by A. S. Hodel (scotte@eng.auburn.edu) August 1993.
+function zr = tzero (a, b, c, d, bal)
 
   if (nargin == 4)
     bal = "B";