The closest standard LV indicator is the intensity plot graph. However, it uses the index values as x and y coordinates, and is unable to interpolate unpopulated array elements. So, forget it !
The best approximation to the Matlab contour function that I could find is the 3D graph, used unconventionnally : If you use only the projection on the XY plane, and ask for a contour plot, you get something rather similar to the "contourf".(see Ben, the seed is growing...;))
See the attached vi. You can right-click the graph to access the display options (in CWGraph3D>properties...)spec illy if you need to modify the contour number/distance.
The graph is disabled to avoid changes in the orientation by innapropriate user clicks.
I know, the display is not that nice : no way to change/hide the border; The x axis labels cannot be turned to get a conventionnal aspect, and so on...
But this is apparently the best that you can get from LV...
Hope this helps.
CC
Chilly Charly (aka CC)