

By default, the scatter() function uses the default value for the size and color of the circles, but we can change the default properties of the function. Make sure the length of the variable x and y should be the same. The data stored in the variables x and y is used to create a scatter plot in the output. For example, let’s use the scatter() function to create a scatter plot of given data. By default, the scatter() function uses circular markers to plot the given data.

The scatter(x,y) function creates a scatter plot on the location specified by the input vectors x and y. Create a Scatter Plot Using the scatter() Function in MATLAB This tutorial will discuss creating a scatter plot using the scatter() function in MATLAB.
