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

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

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

Initial import of Stark code.

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