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

[angle_rad]=deg2rad(angle_deg)
function [angle_rad]=deg2rad(angle_deg)

angle_rad=(angle_deg*2*pi)/360;

Contact us at files@mathworks.com