| auto). The minimum data value maps to the first color value in the colormap and the maximum data value maps to the last color value in the colormap. MATLAB performs a linear transformation on the intermediate values to map them to the current colormap. meshc calls mesh, turns hold on, and then calls contour and positions the contour on the x-y plane. For additional control over the appearance of the contours, you can issue these commands directly. You can combine other types of graphs in this manner, for example surf and pcolor plots. meshc assumes that X and Y are monotonically increasing. If X or Y is irregularly spaced, contour3 calculates contours using a regularly spaced contour grid, then transforms the data to X or Y. See Also contour, hidden, meshgrid, surface, surf, surfc, surfl, waterfall "Creating Surfaces and Meshes" on page 1-99 for related functions Surfaceplot Properties for a list of surfaceplot properties The functions axis, caxis, colormap, hold, shading,andview all set graphics object properties that affect mesh, meshc,and meshz. For a discussion of parametric surfaces plots, refer to surf. |