From help-octave-request at bevo dot che dot wisc dot edu Fri Dec 5 08:33:46 1997 Subject: range searching algorithms From: Stef Pillaert To: help-octave at bevo dot che dot wisc dot edu Date: Fri, 05 Dec 1997 15:35:13 +0100 Hello, I'm trying to program some range searching jobs (like: looking for points falling in a rectangle or a sphere, looking for intersection of segments, determining whether a point is inside a polygon, ...) Is there someone who has done this before in octave (or matlab? some kind of toolbox, maybe?). The main problem is to build a decent searching-tree (using structures?). Thanks for your time, Stef.