Added tests
[ltsps.git] / draw.m
blob20b8983d117d95c8d998d8545f74763e211cb970
1 function draw (route, coordsMatrix)
2     clf;
3         
4     drawCities(coordsMatrix);
5     drawRoute(route, coordsMatrix);
6 end