mpt_iterative
PURPOSE
MPT_ITERATIVE Computes a time-optimal or low-complexity explicit controller for LTI systems
SYNOPSIS
function ctrlStruct = mpt_iterative(sysStruct,probStruct,Options)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- length LENGTH Returns number of regions over which the explicit control law is defined
- end END Returns the last element in a given polytope array
- eq EQ Checks if two polytopes are equal
- hull HULL Convex hull of n polytopes
- isfulldim ISFULLDIM Checks if a polytope is full dimensional
- le LE Checks if polytope P is a subset of polytope Q
- length LENGTH Returns number of elements in a polytope array
- polytope POLYTOPE Default constructor for the POLYTOPE object
- size SIZE Returns size of the given polytope object
- mpt_addTset MPT_ADDTSET Adds terminal set constraint to Matrices
- mpt_dlqr MPT_DLQR Linear-quadratic regulator design for discrete-time systems.
- mpt_error MPT_ERROR Function called if MPT toolbox is not initialized
- mpt_evalSystem MPT_EVALSYSTEM Extracts data from sysStruct and probStruct structures
- mpt_statusbar Status bar function
- mpt_sysStructInfo MPT_SYSSTRUCTINFO Returns information about system structure
- mpt_verifyProbStruct MPT_VERIFYPROBSTRUCT Verifies the probStruct structure
- mpt_verifySysStruct MPT_VERIFYSYSSTRUCT Verifies the sysStruct structure
- mpt_constructMatrices MPT_CONSTRUCTMATRICES Constructs matrices for the finite time constrained optimal control problem
- mpt_optControl MPT_OPTCONTROL Solves the CFTOC problem for a given LTI system
- hull HULL Converts vertices/polytope array into an H-representation polytope
- mpt_mplp MPT_MPLP Explicitly solves the given linear program (LP)
- mpt_mpqp MPT_MPQP Explicitly solves the given quadratic program (QP)
This function is called by:
- mpt_iterativePWA MPT_ITERATIVEPWA Computes a time-optimal or low-complexity explicit controller for PWA systems
- mpt_mixedMinTime MPT_MIXEDMINTIME Computes minimum time controller for systems with discrete and continuous inputs
- mpt_control MPT_CONTROL Main control routine. Computes explicit controller for a given problem
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003