Home > freetb4matlab > control > pzmap.m

pzmap

PURPOSE ^

% Plots the zeros and poles of a system in the complex plane.

SYNOPSIS ^

function [zer, pol] = pzmap (sys)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{zer}, @var{pol}] =} pzmap (@var{sys})
% Plots the zeros and poles of a system in the complex plane.
%
% @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, @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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003