About 195,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. Matlab: Format the decimals in contour labels - Stack Overflow

    Matlab: Format the decimals in contour labels Asked 10 years, 7 months ago Modified 6 years, 11 months ago Viewed 4k times

  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. How To Put String Labels on Contours for Contour Plots in MATLAB

    I am wondering if it is possible to label the contours of a MATLAB contour plot with a set of user-defined strings? I am currently using the following code snipper to produce a labelled contour pl...

  5. Contour Plots - MATLAB & Simulink - MathWorks

    2-D and 3-D isoline plotsA 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 …

  6. MATLAB how to plot contour with special LineWidth for certain value

    As you can see in the contour lines, all of the lines are plotted with LineWidth = 1. I would like to plot special line for the value = 0, with LineWidth = 2, how to set it?

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

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

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

  10. matlab - plotting highest point in a filled contour - Stack Overflow

    Hi can somebody help me with the Matlab command here. I've got to determine the highest point in a filled contour I've plotted using matrix data in a file. And then I have to mark the highest point...