How can I identity clusters on my scatterplot?
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Brenno Selli
il 11 Ott 2023
Risposto: Image Analyst
il 11 Ott 2023
So... I plotted the following scatterplot. There is clearly a correlation between the 3 top vehicle categories (B-SPORT, D-SDN and D-SUV). I need to make a cluster that represents this correlation and the correlation between the other 7 low categories. Is there a way to do this?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1508204/image.jpeg)
0 Commenti
Risposta accettata
Image Analyst
il 11 Ott 2023
It looks like you don't have clusters. And I doubt you used scatter() to plot those. It looks like you used plot() to plot 10 separate sets of (x,y) data. Hence each set is already it's own "cluster", if you want to call it that, and shows up in its unique color. So I don't think you need to find clusters in the points like you said in your subject line. But you may want to find correlations between each data set and all the other 9 data sets, like you said in the body of your post. To do that you can use corrcoef.
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Scatter Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!