| Description |
Creates a file in kmz format that can be opened into Google Earth.
GEplot uses the same syntax as the traditional plot function but requires Latitude and Longitude (WGS84) instead of x and y.
Examples:
GEplot('my_track',Lat,Lon);
GEplot('my_track',Lat,Lon,'o-r','MarkerSize',10,'LineWidth',3)
Colors supported: blue, green, red, cyan, magenta, yellow, black, white.
Symbols supported: point, circle, x-mark, plus, star, square, diamond, filled square, filled diamond,filled circle.
Each plot appears as a separate folder within GE; within the folder line and marks are separated in two layer. Hence it is very easy to show/hide different plots.
If you need to convert from UTM to Lat/Lon you may use utm2deg.m, also available at Matlab Central. |
| Other Files |
GEplot.m, GEimages/circle_b.png, GEimages/circle_c.png, GEimages/circle_g.png, GEimages/circle_k.png, GEimages/circle_m.png, GEimages/circle_r.png, GEimages/circle_w.png, GEimages/circle_y.png, GEimages/diamond_b.png, GEimages/diamond_c.png, GEimages/diamond_g.png, GEimages/diamond_k.png, GEimages/diamond_m.png, GEimages/diamond_r.png, GEimages/diamond_w.png, GEimages/diamond_y.png, GEimages/dot_b.png, GEimages/dot_c.png, GEimages/dot_g.png, GEimages/dot_k.png, GEimages/dot_m.png, GEimages/dot_r.png, GEimages/dot_w.png, GEimages/dot_y.png, GEimages/plus_b.png, GEimages/plus_c.png, GEimages/plus_g.png, GEimages/plus_k.png, GEimages/plus_m.png, GEimages/plus_r.png, GEimages/plus_w.png, GEimages/plus_y.png, GEimages/Sdiamond_b.png, GEimages/Sdiamond_c.png, GEimages/Sdiamond_g.png, GEimages/Sdiamond_k.png, GEimages/Sdiamond_m.png, GEimages/Sdiamond_r.png, GEimages/Sdiamond_w.png, GEimages/Sdiamond_y.png, GEimages/square_b.png, GEimages/square_c.png, GEimages/square_g.png, GEimages/square_k.png, GEimages/square_m.png, GEimages/square_r.png, GEimages/square_w.png, GEimages/square_y.png, GEimages/Ssquare_b.png, GEimages/Ssquare_c.png, GEimages/Ssquare_g.png, GEimages/Ssquare_k.png, GEimages/Ssquare_m.png, GEimages/Ssquare_r.png, GEimages/Ssquare_w.png, GEimages/Ssquare_y.png, GEimages/star_b.png, GEimages/star_c.png, GEimages/star_g.png, GEimages/star_k.png, GEimages/star_m.png, GEimages/star_r.png, GEimages/star_w.png, GEimages/star_y.png, GEimages/x_b.png, GEimages/x_c.png, GEimages/x_g.png, GEimages/x_k.png, GEimages/x_m.png, GEimages/x_r.png, GEimages/x_w.png, GEimages/x_y.png
|