Global Index (short | long) | Local contents | Local Index (short | long)
| This script calls | This script is called by |
|---|---|
global XAX YAX FRAME
if (~exist('xk'));
xk = 1:length(lon);
end
if (~exist('yk'));
yk = 1:length(lat);
end
if (~exist('lims'));
lims = [0 360 -90 90];
end
XAX = lon(xk);
YAX = lat(yk);
FRAME = lims;