MATLAB: How to plot boundary with these green points instead of these zig zag lines

3d plotscontour

Best Answer

Use the function: convhull to get indices to points along the perimeter in order. See the help and documentation for details.
HTH
Related Question