From: delfinite delfinite on
I have a ECG data and want to display them in clusters. Scatter3 is very good command for me to achieve my purpose. But, the markers are really big, so some data stays behind the other data and scatter3 does not accept a markersize parameter. My question is that how I can adjust markersize?

Thanks in advance.
From: Rik on
"delfinite delfinite" <blgezer(a)gmail.com> wrote in message <hjc6bm$cuc$1(a)fred.mathworks.com>...
> I have a ECG data and want to display them in clusters. Scatter3 is very good command for me to achieve my purpose. But, the markers are really big, so some data stays behind the other data and scatter3 does not accept a markersize parameter. My question is that how I can adjust markersize?
>
> Thanks in advance.
from >> doc scatter3

scatter3(X,Y,Z,S,C) displays colored circles at the locations specified by the vectors X, Y, and Z (which must all be the same size).

S determines the size of each marker (specified in points). S can be a vector the same length as X, Y, and Z or a scalar. If S is a scalar, MATLAB draws all the markers the same size.
 | 
Pages: 1
Prev: KMEANS help!!!!!!!!!!!
Next: nlinfit & nlintool