MATLAB: Is there a command in the Mapping Toolbox 2.7.1 (R2008b) that will add filled contours to a map

Mapping Toolbox

I am using a map created with grid2image(map,refvec);
I want to create a filled contour on my map using the output of
[visZ,visrefvec] = viewshed(Z,refvec,lat1,lon1)
If I use contourm(visZ,visrefvec) I will see the contour lines on the map but the contour lines are not filled.
Also, contourf(visZ) to create a filled contour, does not seem to work.

Best Answer

There is no shipped function which allows this functionality in MATLAB 7.9 (R2008b). As a workaround you can use the CONTOURF function, along with its 'Fill' property.