26-Feb-2019 20:07:32 polygon_triangulate_test MATLAB version. Test polygon_triangulate. POLYGON_TRIANGULATE_TEST01 Triangulate the comb_10 polygon. Triangles Row: 1 2 3 Col 1: 3 1 2 2: 5 3 4 3: 7 5 6 4: 9 7 8 5: 10 7 9 6: 3 10 1 7: 5 10 3 8: 7 10 5 POLYGON_TRIANGULATE_TEST02 Read polygon coordinates in "comb_nodes.txt" Write triangulation to "comb_elements.txt" POLYGON_TRIANGULATE_TEST02 Read polygon coordinates in "hand_nodes.txt" Write triangulation to "hand_elements.txt" POLYGON_TRIANGULATE_TEST02 Read polygon coordinates in "i18_nodes.txt" Write triangulation to "i18_elements.txt" POLYGON_TRIANGULATE_TEST03 Read polygon coordinates in "comb_nodes.txt" Plot polygon, save to graphics file "comb.png" Plot triangulation, save to graphics file "comb_triangulation.png" POLYGON_TRIANGULATE_TEST03 Read polygon coordinates in "hand_nodes.txt" Plot polygon, save to graphics file "hand.png" Plot triangulation, save to graphics file "hand_triangulation.png" POLYGON_TRIANGULATE_TEST03 Read polygon coordinates in "i18_nodes.txt" Plot polygon, save to graphics file "i18.png" Plot triangulation, save to graphics file "i18_triangulation.png" polygon_triangulate_test Normal end of execution. 26-Feb-2019 20:07:46