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

open_content_html()
function open_content_html()
%This file is used to open up a 'html/contents.html' from 'Contents.m'.
p=mfilename('fullpath');
[ppath,name,ext,vrsn]=fileparts(p);
docURL = [ppath,filesep,'html',filesep,'contents.html'];
web(docURL,'-helpbrowser')

Contact us at files@mathworks.com