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

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

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

Contact us at files@mathworks.com