Documentation of getct


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

ct = getct(tim);

Cross-Reference Information

This function calls This function is called by

Listing of function getct

function ct = getct(tim);
if nargin == 0;
  tim = 101:1000;
end
ct = getnc('temp', [180 270 -6 6], 1, tim);
ct = squeeze(mean2(mean2(shiftdim(ct, 1))));