Code covered by the BSD License  

Highlights from
Google Earth Toolbox

image thumbnail
from Google Earth Toolbox by scott lee davis
Various plotting/drawing functions that can be saved as KML output, and loaded in Google Earth

demo_ge_output()
function demo_ge_output()
% % Demo ge_output

kmlFileName01 = 'demo_ge_output1.kml';
kmlFileName02 = 'demo_ge_output2.kmz';

kmlStr01 = ge_point(5,5,5);
kmlStr02 = ge_point(6,6,6);

ge_output(kmlFileName01,kmlStr01,'name',kmlFileName01);
ge_output(kmlFileName02,kmlStr02,'name',kmlFileName02);

Contact us at files@mathworks.com