maximum_distance

版本 1.0.1 (2.4 KB) 作者: Lucas Pavlov
Computes the maximum distance between two points from a given set of k points in R^n.
36.0 次下载
更新时间 2019/4/27

查看许可证

Computes the maximum distance between two points from a given set of k points in R^n. When possible, the calculation is performed from the convex hull which greatly reduces computation time.

引用格式

Lucas Pavlov (2024). maximum_distance (https://www.mathworks.com/matlabcentral/fileexchange/71334-maximum_distance), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Bounding Regions 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Corrected iteration in the non convex hull case to avoid considering each pair of points two times, and added an optional output argument containing the indices of the two farthest points.

1.0.0