Question

I have several datasets and smallest have around 1000 points and largest have around 1,000,000 points. These points are consist of Longitude and Latitude information.

I would like to create triangles for all possible combinations of these points. I am planning to use Matlab. I will appreciate any answer about how to create triplets of points from these datasets by using Matlab.

One other problem is as you can see there are huge number of points in my dataset so how can I find a fast way to do this. Thanks for any help.

No correct solution

OTHER TIPS

You can call combnk( points, k);

http://www.mathworks.in/help/stats/combnk.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top