Home > mpt > extras > graphics > mpt_plotU.m

mpt_plotU

PURPOSE ^

MPT_PLOTU For a given explicit controller, plots value of the control action

SYNOPSIS ^

function handle=mpt_plotU(ctrl,uind,Options)

DESCRIPTION ^

MPT_PLOTU For a given explicit controller, plots value of the control action

 handle=mpt_plotU(ctrl,Options)
 handle=mpt_plotU(ctrl,uind,Options)

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Plots value of the PWA control law with respect to a polyhedral partition

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 ctrl                    - Explicit controller (MPTCTRL object)
 uind                    - Which output to plot (for MIMO systems)
 Options.extreme_solver  - Which method to use for vertex enumeration (see help extreme)
 Options.lpsolver        - LP solver to be used
 Options.abs_tol         - absolute tolerance
 Options.newfigure       - If set to 1, opens a new figure window
 Options.verbose         - Level of verbosity
 Options.showPn          - If set to 1, plots on polyhedral sets Pn,
                           (default: 0)

 Note: If Options is missing or some of the fields are not defined, the default
       values from mptOptions will be used

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 handle  - handle of the plot

 see also MPT_PLOTPWA

CROSS-REFERENCE INFORMATION ^

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