Additional Options scatter(ax,___) plots into the axes specified by ax instead of into the current axes. The option ax can precede any of the input argument combinations in the previous syntaxes. example scatter(___,Name,Value) modifies the scatter plot using one or more name-value argumen...
Additional Options scatter(ax,___) plots into the axes specified by ax instead of into the current axes. The option ax can precede any of the input argument combinations in the previous syntaxes. example scatter(___,Name,Value) modifies the scatter plot using one or more name-value argumen...
Additional Options scatter3(ax,___) plots into the axes specified by ax instead of into the current axes (gca). The ax option can precede any of the input argument combinations in the previous syntaxes. example scatter3(___,Name,Value) modifies the scatter plot using one or more name-...
Data Types:string Axes for the plot, specified as anAxesorUIAxesobject. If you do not specifyax, thengscattercreates the plot using the current axes. For more information on creating an axes object, seeaxesanduiaxes. Output Arguments
This MATLAB function creates a 2-D scatter plot of the data in vectors x and y, and displays the marginal distributions of x and y as univariate histograms on the horizontal and vertical axes of the scatter plot, respectively.
Plot a binned scatter plot of random data sorted into 100 bins in each dimension. Get X = tall(randn(1e5,1)); Y = tall(randn(1e5,1)); binScatterPlot(X,Y,100) Evaluating tall expression using the Local MATLAB Session: - Pass 1 of 1: Completed in 0.24 sec ...
This MATLAB function creates a 2-D scatter plot of the data in vectors x and y, and displays the marginal distributions of x and y as univariate histograms on the horizontal and vertical axes of the scatter plot, respectively.
This MATLAB function creates a scatter plot with circular markers at the locations specified by the vectors x and y.
This MATLAB function creates a 2-D scatter plot of the data in vectors x and y, and displays the marginal distributions of x and y as univariate histograms on the horizontal and vertical axes of the scatter plot, respectively.
You can pass the chart object to many MATLAB functions that accept an axes object as an input argument. For example, you can pass the chart object to thetitlefunction. Tips To interactively explore the data in yourScatterHistogramChartobject, use these options. Some of these options are not ...