The script below is copied from the Scripting Index. Run the script and from the Prediction Profiler menu, select Reset Factor Grid. A dialog opens where you can set the low and high values and the number of points. When finished (OK), select Output Grid Table. I think this might give you what your want.
I am interested in what software (routine) you will be using to generate the surface overlay.
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Tiretread.jmp" );
obj = Profiler(
Y(
:Pred Formula ABRASION,
:Pred Formula MODULUS,
:Pred Formula ELONG,
:Pred Formula HARDNESS
),
Desirability Functions( 1 )
);
obj << Surface Profiler( 1 );