diff scripts/control/system/ss2zp.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents 7923abdeb4e5
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/system/ss2zp.m	Wed Sep 22 02:18:13 2004 +0000
+++ b/scripts/control/system/ss2zp.m	Wed Sep 22 02:50:36 2004 +0000
@@ -17,15 +17,11 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} ss2zp (@var{inputs})
-## @format
-## Converts a state space representation to a set of poles and zeros.
+## @deftypefn {Function File} {[@var{pol}, @var{zer}, @var{k}] =} ss2zp (@var{a}, @var{b}, @var{c}, @var{d})
+## Converts a state space representation to a set of poles and zeros;
+## @var{k} is a gain associated with the zeros.
 ##
-## [pol,zer,k] = ss2zp(a,b,c,d) returns the poles and zeros of the state space
-## system (a,b,c,d).  K is a gain associated with the zeros.
-##
-## used internally in system data structure format manipulations
-## @end format
+## Used internally in system data structure format manipulations.
 ## @end deftypefn
 
 ## Author: David Clem