
contour - Contour plot of matrix - MATLAB - MathWorks
This MATLAB function creates a contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane.
Contour Plots - MATLAB & Simulink - MathWorks
A contour plot represents a 3-D surface by plotting lines that connect points with common z -values along a slice. For example, you can use a contour plot to visualize the height of a surface in two or …
contourf - Filled 2-D contour plot - MATLAB - MathWorks
This MATLAB function creates a filled contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane.
contour3 - 3-D contour plot - MATLAB - MathWorks
This MATLAB function creates a 3-D contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane.
fcontour - Plot contours - MATLAB - MathWorks
This MATLAB function plots the contour lines of the function z = f(x,y) for constant levels of z over the default interval [-5 5] for x and y.
contourm - Project 2-D contour plot of map data - MATLAB
This MATLAB function creates a contour plot of the regular data grid Z that is spatially referenced by the geographic raster reference object R.
Contour - Contour chart appearance and behavior - MATLAB
Contour properties control the appearance and behavior of Contour objects. By changing property values, you can modify certain aspects of the contour chart. Use dot notation to query and set …
contourc - Low-level contour matrix computation - MATLAB
M = contourc(Z) calculates a contour matrix M for a surface. Specify Z as a matrix containing the height values of the surface with respect to the x - y plane. MATLAB ® determines the number of contour …
contourslice - Draw contours in volume slice planes - MATLAB
This MATLAB function draws contours in slices for the volumetric data V, where V determines the contour colors.
Highlight Specific Contour Levels - MATLAB & Simulink
Highlight Specific Contour Levels This example shows how to highlight contours at particular levels. Define Z as the matrix returned from the peaks function.