mpt_getInput
PURPOSE
MPT_GETINPUT For a given state, extracts the (optimal) output from a controller structure
SYNOPSIS
function [U,feasible,region,cost,details]=mpt_getInput(ctrl,x0,Options)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- isexplicit ISEXPLICIT Returns true if the controller is an explicit controller
- length LENGTH Returns number of regions over which the explicit control law is defined
- runtime RUNTIME returns runtime needed to compute a given explicit controller
- set SET Set a field of MPTCTRL objects
- dimension DIMENSION Returns dimension of the given polytope
- double DOUBLE Function used to access internal properties of the given polytope
- end END Returns the last element in a given polytope array
- isfulldim ISFULLDIM Checks if a polytope is full dimensional
- isinside ISINSIDE Checks if a given point lies in the interior of a given polytope
- length LENGTH Returns number of elements in a polytope array
- set SET Used to modify internal properties of a given polytope object
- size SIZE Returns size of the given polytope object
- unique UNIQUE Removes redundant entries from a polytope array
- mpt_defaultField MPT_DEFAULTFIEL Sets default value of field of a structure
- mpt_defaultOptions MPT_DEFAULTOPTIONS Sets default values of undefined fields of Options structure
- mpt_error MPT_ERROR Function called if MPT toolbox is not initialized
- mpc_mip ===============================================================================
- mpt_getInputXU MPT_GETINPUTXU For a given state, extracts the an output from an XUset
- mpt_solveMPC MPT_SOLVEMPC Solves the on line optimization MPC problem
- mpt_solveLP MPT_SOLVELP Interface to various LP solvers
- mpt_solveMILP MPT_SOLVEMILP Interface to various MILP solvers
- mpt_solveMIQP MPT_SOLVEMIQP Interface to various MIQP solvers
- mpt_solveQP MPT_SOLVEQP Interface to various QP solvers
This function is called by:
- subsref SUBSREF Indexed referencing for MPTCTRL object
- sub_computeTrajectory sub_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
- mpt_plotU MPT_PLOTU For a given explicit controller, plots value of the control action
- mpt_computeTrajectory MPT_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003