MATLAB: How to make scatter plot graphs

groupscatter

Hi;
I want to make a group with scatter for 3 seperate data set. How can I make scatter plots in Matlab?

Best Answer

doc scatter
use hold on if you want to plot 3 datasets in a single plot.
Related Question