| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Robust Control Toolbox |
| Contents | Index |
Partition LTI system into two-input/two-output system
SYS=mktito(SYS,NMEAS,NCONT) adds TITO (two-input/two-output) partitioning to LTI system SYS, assigning OutputGroup and InputGroup properties such that
Any preexisting OutputGroup or InputGroup properties of SYS are overwritten. TITO partitioning simplifies syntax for control synthesis functions like hinfsyn and h2syn.
[r,c]=size(SYS); set(SYS,'InputGroup', struct('U1',1:c-NCONT,'U2',c-NCONT+1:c)); set(SYS,'OutputGroup',struct('Y1',1:r-NMEAS,'Y2',r-NMEAS+1:r));
to create a 4-by-5 LTI system P with OutputGroup and InputGroup properties
hinfsyn H
synthesis controller
h2syn H2 synthesis controller
ltiprops Help on LTI model properties
sdhinfsyn H
discrete-time controller
| Provide feedback about this page |
![]() | mkfilter | modreal | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |