About 3,080,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. 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.

  3. Specify Line and Marker Appearance in Plots - MATLAB

    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 - MATLAB & Simulink - MathWorks

    Plot Multiple Lines By default, MATLAB clears the figure before each plotting command. Use the figure command to open a new figure window. You can plot multiple lines using the hold on …

  5. plot - Plot graph nodes and edges - MATLAB - MathWorks

    Plot Graph Using Line Specifier Create and plot a graph. Specify the LineSpec input to change the Marker, NodeColor, and/or LineStyle of the graph plot.

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

    This MATLAB function plots coordinates in 3-D space.

  7. Create Plot - Interactively create and explore visualizations in the ...

    The Create Plot task lets you interactively create and explore visualizations for your data. Choose visualizations from a list of categories or let the task recommend them based on your …

  8. area - Filled area 2-D plot - MATLAB - MathWorks

    This MATLAB function plots the values in Y against the x-coordinates X.

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

  10. fplot - Plot expression or function - MATLAB - MathWorks

    This MATLAB function plots the curve defined by the function y = f(x) over the default interval [-5 5] for x.