filename = 'tdump85072712.txt';
delimiterIn = ' ';
headerlinesIn = 12;
C = importdata(filename,delimiterIn,headerlinesIn);
tdump85072712 = C.data(:,9:12);
figure
lima ('xy')
plotps(tdump85072506(:,2),tdump85072506(:,3),'r-')
plotps(tdump85072512(:,2),tdump85072512(:,3),'color', [0 .498 0],'linestyle','-')
plotps(tdump85072518(:,2),tdump85072518(:,3),'k-')
plotps(tdump85072600(:,2),tdump85072600(:,3),'color', [.306 .396 .58],'linestyle','-')
plotps(tdump85072606(:,2),tdump85072606(:,3),'m-')
plotps(tdump85072612(:,2),tdump85072612(:,3),'b-')
plotps(tdump85072618(:,2),tdump85072618(:,3),'y-')
...
4 Comments
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592532
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592532
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592537
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592537
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592545
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592545
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592859
Direct link to this comment
https://it.mathworks.com/matlabcentral/answers/411862-plotting-multiple-trajectories-on-map#comment_592859
Sign in to comment.