Home > mpt > extras > control > hys2pwa > mpt_pwa2mld.m

mpt_pwa2mld

PURPOSE ^

MPT_PWA2MLD Converts a PWA system into the MLD representation

SYNOPSIS ^

function S = mpt_pwa2mld(sysStruct)

DESCRIPTION ^

MPT_PWA2MLD Converts a PWA system into the MLD representation

 S = mpt_pwa2mld(sysStruct)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Converts a PWA system to an equivalent MLD description:

        x(k+1) = A x + B1 u + B2 d + B3 z
         y(k)  = C x + D1 u + D2 d + D3 z
  E2 d + E3 z <= E1 u + E4 x + E5

 The conversion is done by using one binary variable per one region of the PWA
 system.
 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 sysStruct - System structure

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 S         - Structure containing matrices of the MLD model

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003