About 50 results
Open links in new tab
  1. plot - 2-D line plot - MATLAB - MathWorks

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  2. Create Line Plot with Markers - MATLAB & Simulink - MathWorks

    Add markers to a line plot to distinguish multiple lines or to highlight particular data points.

  3. Specify Plot Colors - MATLAB & Simulink - MathWorks

    Specify Plot Colors MATLAB ® creates plots using a default set of colors. The default colors provide a clean and consistent look across the different plots you create. You can customize …

  4. scatter - Scatter plot - MATLAB - MathWorks

    This MATLAB function creates a scatter plot with circular markers at the locations specified by the vectors x and y.

  5. plot3 - 3-D line plot - MATLAB - MathWorks

    Plot Points as Markers Without Lines Create vectors t, xt, and yt, and plot the points in those vectors using circular markers.

  6. text - Add text descriptions to data points - MATLAB - MathWorks

    This MATLAB function adds a text description to one or more data points in the current axes using the text specified by txt.

  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. scatter3 - 3-D scatter plot - MATLAB - MathWorks

    One way to plot data from a table and customize the colors and marker sizes is to set the ColorVariable and SizeData properties. You can set these properties as name-value …

  9. polyfit - Polynomial curve fitting - MATLAB - MathWorks

    Plot the function values and the polynomial fit in the wider interval [0,2], with the points used to obtain the polynomial fit highlighted as circles. The polynomial fit is good in the original [0,1] …

  10. fit - Fit curve or surface to data - MATLAB - MathWorks

    The following steps recreate the fits in the previous example and allow you to plot the excluded points as well as the data and the fit. Load data and define a custom equation and some start …