More tests + GUI
[ltsps.git] / drawAll.m
blob2785fa2ddd4b687437e02594e7874d3d24cb94db
1 function drawAll (route, coordsMatrix)\r
2     drawCities(coordsMatrix);\r
3     drawRoute(route, coordsMatrix);\r
4 end\r
5 \r
6 \r
7 \r
8 \r