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.

채택된 답변

Sai Bhargav Avula
Sai Bhargav Avula 2020년 2월 23일
Hi,
You can use the min, max and mean function for the same. Refer to the linked documentation for a detailed understanding
Hope this helps!
  댓글 수: 6
BHAGYALAKSHMI M
BHAGYALAKSHMI M 2020년 2월 24일
Thank you sir.
From this I can find 4 maximum and minimum points. But how can I find 4 middle points of the data?
Sai Bhargav Avula
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!

Translated by