<< Support Functions Support Functions intprb_getpath >>

Intprbs >> Intprbs > Support Functions > intprb_contour

intprb_contour

Plots a 2D contour of the function.

Calling Sequence

intprb_contour ( nprob )

Parameters

nprob:

a 1-by-1 matrix of matrix of floating point integers, the problem number

Description

Uses the contour function to plot the 2D contour of the test function.

Examples

// Plot the contour of the SUM  function
scf();
mprintf("Please wait...\n")
intprb_contour ( 1 )

Authors


Report an issue
<< Support Functions Support Functions intprb_getpath >>