Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)
| This script calls | |
|---|---|
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;