About 436,000 results
Open links in new tab
  1. 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 …

  2. Line - Chart line appearance and behavior - MATLAB - MathWorks

    Line properties control the appearance and behavior of a Line object. By changing property values, you can modify certain aspects of the line chart. Use dot notation to query and set …

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

  4. linestyleorder - Set or query line style order - MATLAB

    linestyleorder(linestyles) sets the line style order for the current figure. The line style order is the list of line styles MATLAB ® uses for plotting multiple data series in the same axes.

  5. Validate Name-Value Arguments - MATLAB & Simulink - MathWorks

    For example, the following function defines two required positional arguments (width and height) and two name-value arguments (LineStyle and LineWidth). In this example, the options …

  6. Visualizing Volume Data - MATLAB & Simulink Example

    This example shows several methods for visualizing volume data in MATLAB®.

  7. Line - Primitive line appearance and behavior - MATLAB

    Line properties control the appearance and behavior of a Line object. By changing property values, you can modify certain aspects of the line chart.

  8. Histogram - Histogram plot - MATLAB - MathWorks

    histogram(X) creates a histogram plot of X. The histogram function uses an automatic binning algorithm that returns bins with a uniform width, chosen to cover the range of elements in X …

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

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

  10. semilogx - Semilog plot (x-axis has log scale) - MATLAB

    This MATLAB function plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and a linear scale on the y-axis.