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

openInBrowser(url)
function openInBrowser(url)

fid = fopen(fullfile(googleearthroot,'browsercall.txt'),'r');
callStr = fgetl(fid);
fclose(fid);

system(sprintf(callStr,url));


Contact us at files@mathworks.com