필터 지우기
필터 지우기

Matlab Cluster function

조회 수: 1 (최근 30일)
Andrew Alkiviades
Andrew Alkiviades 2011년 8월 20일
Hi
I have an annual daily data set of 365 points which should be in different groups over the four seasons of the year. From the scatter graph I can distinguish these four groups but ofcourse this is not enough to be able to prove it. I would like to use the cluster function and output a scatter graph that illustrates these four groups. However from the Matlab help I cant see which of the many functions available for clustering is the one I need.
Thanks

채택된 답변

Andrew Alkiviades
Andrew Alkiviades 2011년 8월 20일
Hi
Thanks for the advice, this seems to be exactly what I am looking for!
Can I edit this coding to produce a scatter diagram of the number of clusters I have in my data and not a silhoutte diagram?
Thanks again
  댓글 수: 2
the cyclist
the cyclist 2011년 8월 21일
You might want to try the gscatter() function, which plots according to groups. See the documentation for that function, and also the accepted answer here: http://www.mathworks.com/matlabcentral/answers/12980-graph-analysis-question
Also, you might want to "Accept" my answer, for the benefit of future users looking for this info. [And, note for the future that the "answer" you made would have been better placed as a comment to my answer.]
Oleg Komarov
Oleg Komarov 2011년 8월 22일
@Andrew: do not accept your own answer unless it is the complete/detailed solution and you formulated it independently.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

the cyclist
the cyclist 2011년 8월 20일
I think the kmeans() function would be a simple one to start with. There is an example in the documentation that should help you.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by