MATLAB: How to make a scatter plot with different markers

markerscatter code

Hi;
I want to make a scatter plot with different markers for the attached .txt file?
I want to show the three values in one graphic with for example "circle", "rectangular" and "diamond" as a scatter plot.
Could you please help me about Matlab code for this graphic?
Thanks a lot..

Best Answer

scatter() can only specify one marker shape for each scatter object, so you will need to make multiple calls.