Finding a set of minimum, maximum and middle points with x and y axis

5 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Sai Bhargav Avula
Sai Bhargav Avula el 23 de Feb. de 2020
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 comentarios
BHAGYALAKSHMI M
BHAGYALAKSHMI M el 24 de Feb. de 2020
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 el 24 de Feb. de 2020
Editada: Sai Bhargav Avula el 24 de Feb. de 2020
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!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by