mpt_reachSets
PURPOSE
MPT_REACHSETS Computes sets of reachable states for a given system / controller
SYNOPSIS
function [Psets, Vsets, PreachN, VreachN] = mpt_reachSets(structure, X0, U0, 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
- chebyball CHEBYBALL Computes center and radius of the largest ball inscribed in a polytope
- dimension DIMENSION Returns dimension of the given polytope
- dointersect DOINTERSECT Checks if two polytopes / polyarrays intersect
- double DOUBLE Function used to access internal properties 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
- length LENGTH Returns number of elements in a polytope array
- pelemfun PELEMFUN Execute the specified function on each element of a polytope array
- polytope POLYTOPE Default constructor for the POLYTOPE object
- projection PROJECTION Projection of a polytope or a polytope array
- range RANGE Affine transformation of a polytope
- reduceunion REDUCEUNION Removes redundant elements from a polytope array
- size SIZE Returns size of the given polytope object
- mpt_isValidCS MPT_ISVALIDCS Checks if input argument is a valid controller structure
- mpt_issysstruct MPT_ISSYSSTRUCT Returns true if input argument is a sysStruct structure
- mpt_lti2pwa MPT_LTI2PWA Converts an LTI system to a PWA system
- mpt_solveLPi MPT_SOLVELPi Interface to various LP solvers (version without errorchecks)
- mpt_sysStructInfo MPT_SYSSTRUCTINFO Returns information about system structure
- mpt_verifySysStruct MPT_VERIFYSYSSTRUCT Verifies the sysStruct structure
This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003