
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.
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.
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 …
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 …
gscatter - Scatter plot by group - MATLAB - MathWorks
This MATLAB function creates a scatter plot of x and y, grouped by g.
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.
scatterhistogram - Create scatter plot with histograms - MATLAB
This MATLAB function creates a scatter plot with marginal histograms from the table tbl.
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 …
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 …
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.