About 99,500 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. 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.

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

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

  5. fcontour - Plot contours of symbolic expression - MATLAB

    One or more function contour objects, returned as a scalar or a vector. These objects are unique identifiers, which you can use to query and modify the properties of a specific contour plot.

  6. contourc - Low-level contour matrix computation - MATLAB

    Calculate the contour matrix for Z without specifying the x - and y -coordinates for Z. Return the result as matrix M1 and display the first five columns. The values in the first column indicate that the first …

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

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

  8. clabel - Label contour plot elevation - MATLAB - MathWorks

    This MATLAB function labels the current contour plot with rotated text inserted into each contour line.

  9. imcontour - Create contour plot of image data - MATLAB

    This MATLAB function draws a contour plot of the grayscale image I, choosing the number of levels and the values of levels automatically.

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