-
PolePack.tar.Z ,
consists of a number of *.m files, in packed form,
to be used with MATLAB. These files are implementations of algorithms that
solve a number of Pole Placement Problems. In order to unpack the files execute
the following two UNIX commands:
% uncompress PolePack.tar.Z
% tar xovf PolePack.tar
-
sevasacm.tar.Z ,
consists of a number of FORTRAN subroutines, in packed
form, that solve the Pole Placement problem for Single-Input Systems using
State Feedback. In order to unpack the files execute the following two UNIX
commands:
% uncompress sevasacm.tar.Z
% tar xovf sevasacm.tar
-
mevasacm.tar.Z ,
consists of a number of FORTRAN subroutines, in packed
form, that solve the Pole Placement problem for Multi-Input Systems using
State Feedback. In order to unpack the files execute the following two UNIX
commands:
% uncompress mevasacm.tar.Z
% tar xovf mevasacm.tar