MATLAB: How to increase marker size in scatter plot

scatter plot markersize

I tried to increase the marker size:
scatter(X,Y,'+','k', 'MarkerSize', 10);
How to increase the size (e.g. twice bigger '+')?

Best Answer

According to the scatter documentation, like this:
scatter(X,Y,20,'k','+')
^ this is the size