sys2zp
PURPOSE
%@deftypefn {Function File} {[@var{zer}, @var{pol}, @var{k}, @var{tsam}, @var{inname}, @var{outname}] =} sys2zp (@var{sys})
SYNOPSIS
function [zer, pol, k, tsam, inname, outname] = sys2zp (sys)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- is_siso % Returns nonzero if the system data structure
- sysdimensions % return the number of states, inputs, and/or outputs in the system
- sysgetsignals % Get signal names from a system
- sysgettsam % Return the sampling time of the system @var{sys}.
- sysupdate % Update the internal representation of a system.
This function is called by:
- pzmap % Plots the zeros and poles of a system in the complex plane.
- sysout % print out a system data structure in desired format
- sysrepdemo % Tutorial for the use of the system data structure functions.
- sysscale % scale inputs/outputs of a system.
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003