Path: Common/Control
% Computes the inverse system. Computes the inverse system where y is the input and u the output. -------------------------------------------------------------------------- Form: [ai, bi, ci, di] = InvSys( a, b, c, d ) -------------------------------------------------------------------------- ------ Inputs ------ a Plant matrix b Input matrix c Measurement matrix d Input feedthrough matrix ------- Outputs ------- ai Inverse plant matrix bi Inverse input matrix ci Inverse measurement matrix di Inverse input feedthrough matrix -------------------------------------------------------------------------- References: Maciejowski, J. M., Multivariable Feedback Design, Addison-Wesley, Reading, MA, 1989, pp. 376-378. -------------------------------------------------------------------------- Since version 1. --------------------------------------------------------------------------
Common: Control/SizeABCD
Back to the Common Module page