sub_computeTrajectory
PURPOSE
sub_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
SYNOPSIS
function [X,U,Y,D,cost,trajectory,feasible,dyns,details] = sub_computeTrajectory(ctrl, x0, N, 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
- end END Returns the last element in a given polytope array
- extreme EXTREME Calculates extreme points of a given polytope
- 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_error MPT_ERROR Function called if MPT toolbox is not initialized
- mpt_isnoise MPT_ISNOISE Checks if noise object is not empty
- mpt_sysStructInfo MPT_SYSSTRUCTINFO Returns information about system 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_computeTrajectory MPT_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
- mpt_getInput MPT_GETINPUT For a given state, extracts the (optimal) output from a controller structure
- mpt_simSys MPT_SIMSYS Simulates evolution of a given system
This function is called by:
- sim SIM Simulates a given controller
- sub_computeTrajectory sub_COMPUTETRAJECTORY Calculates time evolution of state trajectories subject to control
- 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