Eduard Schreibmann wrote:
I use a contour filter, and I need the points found by contouring to display the isodoses in another window.  If I draw lines between points, the output is a crazy mesh, because the contour filter seems to go line-by-line Is it possible to re-order the points in contour in a clockwise order ? I need only theborder of that lines Thank you in advance Edi.  
I think you can use the cell array data structure to put the points in order and
specify how they are connected by lines.  We did this to draw freehand regions of
interest.

Kerrie