Finding a set of minimum, maximum and middle points with x and y axis
조회 수: 5 (최근 30일)
이전 댓글 표시
I have a data I need to find some of the min,max and middle points of the data that contain both x and y axis. If anybody knows please help me.
Thanks in advance.
댓글 수: 0
채택된 답변
Sai Bhargav Avula
2020년 2월 23일
댓글 수: 6
Sai Bhargav Avula
2020년 2월 24일
편집: Sai Bhargav Avula
2020년 2월 24일
To best of my knowledge there is no direct way to find the 4 middle points. One possible work around is to find the mean and find the K nearest neighbours around that point
Refer the below link to understand how to use KNN for your case
Hope this helps!
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!