Finding a set of minimum, maximum and middle points with x and y axis
6 次查看(过去 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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!