About 95 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

    Contour Plots 2-D and 3-D isoline plots 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 …

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

  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. surfc - Contour plot under surface plot - MATLAB - MathWorks

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

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

  7. Matlab how to make smooth contour plot? - Stack Overflow

    Jun 29, 2017 · I want to represent data with 2 variables in 2D format. The value is represented by color and the 2 variables as the 2 axis. I am using the contourf function to plot my data: clc; clear; load('da...

  8. fcontour - Plot contours of symbolic expression - MATLAB

    This MATLAB function plots the contour lines of symbolic expression f(x,y) over the default interval of x and y, which is [-5 5].

  9. Highlight Specific Contour Levels - MATLAB & Simulink

    Retain the previous contour plot. Create a second contour plot and use zindex to highlight contour lines at every other integer value. Set the line width to 2.

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