GET DOMAIN

Gets the domain over which the pwa function is defined

Contents

Method of pwaFunction object.

Description

This method returns the hyper-rectangular domain of the pwa function. The domain is represented as a matrix in the form $$\left[ \begin{array}{cccc} x_{min}^1 & x_{min}^2 & \ldots & x_{min}^{nx}\\ x_{max}^1 & x_{max}^2 & \ldots & x_{max}^{nx} \end{array} \right] $$

Syntax

D = getDomain(object)

Returns the domain in the form described above.

[xmin xmax] = getDomain(object)

Returns the domain as two separate arrays. xmin is an array containing the lower bounds of the domain for each dimension, xmax contains the upper bounds.

Acknowledgements

Contributors:

Copyright is with: