Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by adcroft, Mon Aug 13 18:10:28 2001 UTC | revision 1.2 by jmc, Sat Feb 17 23:49:43 2007 UTC | |
---|---|---|
# | Line 7 function [X] = longitude(x) | Line 7 function [X] = longitude(x) |
7 | ||
8 | % also works for radians which are assumed if range of x<=2*pi | % also works for radians which are assumed if range of x<=2*pi |
9 | ||
10 | % $Header$ | |
11 | % $Name$ | |
12 | ||
13 | minx=min(min(min(x))); | minx=min(min(min(x))); |
14 | maxx=max(max(max(x))); | maxx=max(max(max(x))); |
15 | %if maxx-minx < 2.2*pi | %if maxx-minx < 2.2*pi |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |