MATLAB: Graphic Object Size in matlab

graphicsplot

Is there any way to make the circles bigger in this plot?

Best Answer

If you are using plot3() you can pass 'MarkerSize' and a value.
If you are using scatter3 then the size is the 4th parameter.
Related Question