About 4,880,000 results
Open links in new tab
  1. plot - MathWorks

    Create a line plot and use the LineSpec option to specify a dashed green line with square markers. Use Name,Value pairs to specify the line width, marker size, and marker colors. Set …

  2. Line Plots - MathWorks

    Line plots are a useful way to compare sets of data or track changes over time. You can plot the data in a 2-D or 3-D view using either a linear or a logarithmic scale. Also, you can plot …

  3. Specify Line and Marker Appearance in Plots - MathWorks

    Specify Line and Marker Appearance in Plots. MATLAB ® creates plots using a default set of line styles, colors, and markers. These defaults provide a clean and consistent look across the …

  4. Create 2-D Line Plot - MathWorks

    Create a two-dimensional line plot using the plot function. For example, plot the value of the sine function from 0 to 2 π . x = linspace(0,2*pi,100); y = sin(x); plot(x,y)

  5. Create Line Plot with Markers - MathWorks

    Create a line plot with 1,000 data points, add asterisks markers, and control the marker positions using the MarkerIndices property. Set the property to the indices of the data points where you …

  6. line - MathWorks

    line(x,y) plots a line in the current axes using the data in vectors x and y. If either x or y , or both are matrices, then line draws multiple lines. Unlike the plot function, line adds the line to the …

  7. Anyway to plot one point - MATLAB Answers - MATLAB Central

    Sep 27, 2022 · By default, “plot” displays a line between two or more points with no markers. When there is only one point, nothing displays unless you specify a marker. To display a …

  8. How to plot multiple lines in a graph? - MATLAB Answers

    Jun 12, 2023 · I have a matrix with several 5 layers. I want to plot the numbers at a specific gridpoint for layers 2,3, and 4. How would I go about doing this?

  9. How to create a smooth curve through data points? - MATLAB

    Dec 5, 2017 · Use cftool for flexible interface where you can interactively fit curves and surfaces to data and view plots. (Requires Curve Fitting Toolbox) …

  10. plot3 - MathWorks

    To plot a set of coordinates connected by line segments, specify X, Y, and Z as vectors of the same length. To plot multiple sets of coordinates on the same set of axes, specify at least one …

Refresh