PLOT

Plots the pwas function

Contents

Method of pwas object.

Description

Plots the pwas function. If the number of dimensions is bigger than two, a section must be specified.

Syntax

plot(object,[h])

h (optional) is the handle of the figure you want to plot the function on. If it is not provided, a new figure is created.

plot(object,section,[h])

section is a structure with fields ind and val. ind contains the indexes of the components you want to fix and val the value at which you want to fix them. For example, if you want to plot the function in section x1 = 0 and x3 = -2, you have to assign section.ind = [1 3] and section.val = [0 -2]. section must be provided to plot function with more than two dimensions. About h, see above.

Acknowledgements

Contributors:

Copyright is with: