diff scripts/control/base/pzmap.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents cef48c4b902d
children 32c569794216
line wrap: on
line diff
--- a/scripts/control/base/pzmap.m
+++ b/scripts/control/base/pzmap.m
@@ -17,15 +17,23 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {[@var{zer}, @var{pol}]=} pzmap (@var{sys})
+## @deftypefn {Function File} {[@var{zer}, @var{pol}] =} pzmap (@var{sys})
 ## Plots the zeros and poles of a system in the complex plane.
-## @strong{Inputs}
-## @var{sys} system data structure
+##
+## @strong{Input}
+## @table @var
+## @item sys
+## System data structure.
+## @end table
 ##
 ## @strong{Outputs}
+## @table @var
+## @item pol
+## @item zer
 ## if omitted, the poles and zeros are plotted on the screen.
-## otherwise, pol, zer are returned as the system poles and zeros.
-## (see sys2zp for a preferable function call)
+## otherwise, @var{pol} and @var{zer} are returned as the 
+## system poles and zeros (see @command{sys2zp} for a preferable function call).
+## @end table
 ## @end deftypefn
 
 function [zer, pol]=pzmap (sys)