Home > freetb4matlab > control > ss2zp.m

ss2zp

PURPOSE ^

% Converts a state space representation to a set of poles and zeros;

SYNOPSIS ^

function [zer, pol, k] = ss2zp (a, b, c, d)

DESCRIPTION ^

% -*- texinfo -*-
% @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.
%
% Used internally in system data structure format manipulations.
% @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