Data structuresThe PAHS Control toolbox uses a few basic datastructures. The data structures describe:
Polytope with affine system
% s is the polytope s.dim=N % The dimension of the statespace s.vertices={ Piecewise-Affine Hybrid System
%PAHS is a Piecewise-Affine Hybrid System %A PAHS consists of a number of modes pahs.mode{ The discrete equivalent data structure
% de is the discrete equivalent de.blockset= The discrete abstraction data structure
% dgabs is a discrete game abstraction dgabs.maxfacet= Specifications can be generated from requirements using req2spec.m, but it is possible both to describe requirements as polytopes on the PAHS and directly on the discrete abstraction using the spec structure. Requirements and Specifications
%req is a requirement specification and |