About 107,000 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. 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.

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

    Sep 27, 2022 · Is there anyway in Matlab to plot one point? For example: plot(1,2) returns simply a blank plot

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

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

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

    Plot x, y, and z, and specify the format for the z -axis as minutes and seconds. Then add axis labels, and turn on the grid to make it easier to visualize the points within the plot box.

  6. Specify Line and Marker Appearance in Plots - MATLAB & Simulink

    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 different plots …

  7. plot - Plot points - MATLAB - MathWorks

    This MATLAB function plots points in the current axis.

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

  9. How do I add a marker at one specific point on a plot?

    Feb 27, 2014 · I have the following plot: I annotated a red dot at the point I would like to mark. How can I add a marker at this point?

  10. Types of MATLAB Plots - MATLAB & Simulink - MathWorks

    Types of MATLAB Plots There are various functions that you can use to plot data in MATLAB ®. This table classifies and illustrates the common graphics functions.