NCCOOS Trac Projects:
Top
|
Web
|
Platforms
|
Processing
|
Viz
|
Sprints
|
Sandbox
|
(Wind)
Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Revision Log
root
/
gliderproc
/
trunk
/
MATLAB
/
util
/
ddmm2decdeg.m
View revision:
Revision
495
(checked in by cbc, 12 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.
Download in other formats:
Plain Text
Original Format