Name

intprb_contour — Draws a 2D contour of the function.

Calling Sequence

   intprb_contour ( nprob )
   
   

Parameters

nprob:

a 1 x 1 matrix of matrix of floating point integers, the problem number

Description

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

Examples

// Draw the contour of the SUM  function
f = scf(100001);
mprintf("Please wait...\n")
intprb_contour ( 1 )

   

Authors

Michael Baudin - 2010 - DIGITEO