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

root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/ll2xy_adr.m

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

Initial import of Stark code.

Line 
1 % function [x,y]=ll2xy_adr(lat,lon)
2 % [x,y]=ll2xy(lat,lon,42.35*pi/180.0,16.00*pi/180.0)
3 function [x,y]=ll2xy_adr(lat,lon)
4 [x,y]=ll2xy(lat,lon,42.35*pi/180.0,16.00*pi/180.0);
Note: See TracBrowser for help on using the browser.