comparison scripts/control/system/sys2zp.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents b8105302cfe8
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5015:6d481b6e349e 5016:bdbee5282954
17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. 17 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ##@deftypefn {Function File} {[@var{zer}, @var{pol}, @var{k}, @var{tsam}, @var{inname}, @var{outname}] =} sys2zp (@var{sys}) 20 ##@deftypefn {Function File} {[@var{zer}, @var{pol}, @var{k}, @var{tsam}, @var{inname}, @var{outname}] =} sys2zp (@var{sys})
21 ## Extract zero/pole/leading coefficient information from a system data 21 ## Extract zero/pole/leading coefficient information from a system data
22 ## structure 22 ## structure.
23 ## 23 ##
24 ## See zp for parameter descriptions. 24 ## See @command{zp} for parameter descriptions.
25 ## 25 ##
26 ## @strong{Example} 26 ## @strong{Example}
27 ## @example 27 ## @example
28 ## octave:1> sys=ss([1 -2; -1.1,-2.1],[0;1],[1 1]); 28 ## octave:1> sys=ss([1 -2; -1.1,-2.1],[0;1],[1 1]);
29 ## octave:2> [zer,pol,k] = sys2zp(sys) 29 ## octave:2> [zer,pol,k] = sys2zp(sys)