scatter plot matlab
scatter(___, fills in the circles. Use the "filled")"filled" option with any of the input argument combinations in the previous syntaxes.
scatter(___, specifies the marker type.mkr)
scatter( plots the variables tbl,xvar,yvar)xvar and yvar from the table tbl. To plot one data set, specify one variable for xvar and one variable for yvar. To plot multiple data sets, specify multiple variables for xvar, yvar, or both. If both arguments specify multiple variables, they must specify the same number of variables.
scatter( plots the specified variables from the table with filled circles.tbl,xvar,yvar,"filled")