About 455,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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.

  4. 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.

  5. 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.

  6. fcontour - Plot contours of symbolic expression - MATLAB

    Plot multiple contour plots either by passing the inputs as a vector or by using hold on to successively plot on the same figure. If you specify LineStyle and Name-Value arguments, …

  7. 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.

  8. surfc - Contour plot under surface plot - MATLAB - MathWorks

    This MATLAB function creates a three-dimensional surface plot with a contour plot underneath.

  9. meshc - Contour plot under mesh surface plot - MATLAB

    Create a mesh plot with a contour plot underneath it. To allow further modifications, assign the graphics array containing the surface and contour objects to the variable sc.

  10. Contour plot using three vectors - MATLAB Answers - MATLAB …

    Nov 12, 2019 · With respect to contour plots, I would simply direct you to the available documentation on contour and related functions. Feel free to experiment with the variious …