ESAssignDraper:
---------------------------------------------------------------------------
Apply eigenvector assignment.
vD is entered with nan where you don't
care about the value of the eigenvector.
---------------------------------------------------------------------------
Form:
f = ESAssignDraper( g, lambda, vD, r, fC )
---------------------------------------------------------------------------
------
Inputs
------
g (:) State space system of type statespace
lambda (n) Desired eigenvalues
vD (:,n) Desired eigenvectors
r (:,n) Weighting matrix
fC (3,p) Control constraint equation
-------
Outputs
-------
f Gain matrix
---------------------------------------------------------------------------
Children:
Common: Classes/@statespace/statespace.m
Common: Control/PrintEigenvalues
Common: General/PrintTitle
Common: Math/ComplexToReal
Common: Math/Odd