Is it possible to access a cloud of a scatter plot in Matlab
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi
I have a scatter plot with lots of pixcell values which I plotted in Matlab. Is it possible for me to pull out the cloud of the condensed area?
I mean, In the attached picture I want to have the points of the yellow area.
Is there any way to access it in Matlab?
댓글 수: 0
채택된 답변
Cris LaPierre
2020년 8월 12일
댓글 수: 2
Cris LaPierre
2020년 8월 13일
I'm not aware of a great way to do this. You probably want to look into clustering methods. I would probably try something like dbscan. You can see a brief overview of common clustering methods in the Introduction to Clustering Algorithms video from our Data Processing and Feature Engineering with MATLAB course on Coursera.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!