Home >
mpt > mpt_computeTrajectory.m
mpt_computeTrajectory
PURPOSE
MPT_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
SYNOPSIS
function [X,U,Y,D,cost,trajectory,feasible,dyns,reason,details]=mpt_computeTrajectory(ctrlStruct,x0,horizon,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
- 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
- polytope POLYTOPE Default constructor for the POLYTOPE object
- size SIZE Returns size of the given polytope object
- 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_isValidCS MPT_ISVALIDCS Checks if input argument is a valid controller structure
- mpt_isnoise MPT_ISNOISE Checks if noise object is not empty
- 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
- sub_computeTrajectory sub_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
- unitbox UNITBOX Creates a unit box centered at origin
- mpt_getInput MPT_GETINPUT For a given state, extracts the (optimal) output from a controller structure
This function is called by:
- mpt_checkLyapFct MPT_CHECKLYAPFCT Checks if a function is a Lyapunov function for a given ctrlStruct
- mpt_performance MPT_PERFORMANCE Computes performance (i.e. sum of closed-loop costs) associated to a given controller
- sub_computeTrajectory sub_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
- mpt_plotTimeTrajectory MPT_PLOTTIMETRAJECTORY Plots trajectories of states, inputs, outputs and disturbances
- mpt_plotTrajectory MPT_PLOTTRAJECTORY Graphical interface for piloting trajectories for LTI and PWA systems subject to control
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003