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

  2. scatter3 - 3-D scatter plot - MATLAB - MathWorks

    Create a 3-D scatter plot and set the marker edge color and the marker face color. Use view to change the angle of the axes in the figure.

  3. Create Scatter Plots Using Grouped Data - MATLAB & Simulink

    Create Scatter Plots Using Grouped Data This example shows how to create scatter plots using grouped sample data. A scatter plot is a simple plot of one variable against another. The …

  4. Scatter chart appearance and behavior - MATLAB - MathWorks

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

  5. gscatter - Scatter plot by group - MATLAB - MathWorks

    This MATLAB function creates a scatter plot of x and y, grouped by g.

  6. plotmatrix - Scatter plot matrix - MATLAB - MathWorks

    This MATLAB function creates a matrix of subaxes containing scatter plots of the columns of X against the columns of Y.

  7. scatterhistogram - Create scatter plot with histograms - MATLAB

    This MATLAB function creates a scatter plot with marginal histograms from the table tbl.

  8. polarscatter - Scatter chart in polar coordinates - MATLAB

    polarscatter(___,Name,Value) modifies the appearance of the scatter plot using one or more name-value pair arguments. For example, you can use semi-transparent markers by …

  9. scatterplot - Display input signal in IQ-plane - MATLAB

    scatterplot(x) creates a scatter plot to display the input signal x in the IQ-plane. Specifically, the IQ-plane displays the in-phase and quadrature components of a modulated signal on the real …

  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.