NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/util/ddmm2decdeg.m

Revision 495 (checked in by cbc, 11 years ago)

Initial import of Stark code.

Line 
1 function decdeg=ddmm2decdeg(ddmm);
2
3 dd=fix(ddmm/100); mm=ddmm-100*dd; decdeg=dd+mm/60;
4
Note: See TracBrowser for help on using the browser.