Syntax
[nn,ll]=VLmostdistanceNeighborN(VL,[dim])
Input Parameter
VL : | | Vertex list |
dim : | | number of points required |
Output Parameter
nn : | | full list of combiations |
ll : | | full list of distances |
Examples
VLmostdistanceNeighborN(CPLsample(3),4)
VLmostdistanceNeighborN(CPLsample(23),3);
VLmostdistanceNeighborN(CPLsample(41),3); %BUGGY FOR POINTS CLOUDS SINCE ORDER IS UNKNOWN
VLmostdistanceNeighborN(CPLsample(17),3);
VLmostdistanceNeighborN(CPLsample(17),4);
VLmostdistanceNeighborN(CPLsample(17),5);
Copyright 2024-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21