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

s=googleearthroot()
function s=googleearthroot()
a=mfilename('fullpath');
Ix=findstr(a,filesep);
s=a(1:Ix(end));

Contact us at files@mathworks.com