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_demo(S)
function open_demo(S)
%This file is used to open up the specified demo "S"
p=mfilename('fullpath');
[ppath,name,ext,vrsn]=fileparts(p);
docURL = [ppath,filesep,'demo',filesep,S];
edit(docURL)

Contact us at files@mathworks.com