for Antarctica.) Download the full .nc files. Check the Examples tab above for explanations of how to use these functions. And as always, if you use this dataset, be sure to cite the Morlighem paper listed below. And if this toolbox is useful for you, please cite my AMT paper listed...
% Load surface data:[sfz,LAT,LON] = bedmachine_data('surface',xlim,ylim,'antarctica',...'datum','ellipsoid','geo');% Mask out surface data outside the basin:sfz(~inbasin(LAT,LON,'imbie refined','moscow')) = nan;% Plot and label ...