This simple function generates polar stereographic maps of the Arctic and Antarctic with rectangular boundaries using Matlab's Mapping Toolbox. Typically, polar stereographic maps in Matlab appear with circular bounds, but this is often not the most space-efficient way to display information about the Southern Ocean or Arctic System. Ncpolarm provides several preset options for plotting arctic sea ice and displaying information about the Arctic System, as well as being applicable to Antarctic and Southern Ocean science.
Andrew Roberts (2019). ncpolarm (https://www.mathworks.com/matlabcentral/fileexchange/30414-ncpolarm), MATLAB Central File Exchange. Retrieved .
Inspired: Arctic Mapping Tools, Plot Antarctic Circumpolar Current Fronts, Bedmap2 Toolbox for Matlab, Antarctic Mapping Tools
Create scripts with code, output, and formatted text in a single executable document.
jun (view profile)
之前没有找到mapping toolbox里极地投影画极地的好方法,我用worldmap('np')然后geoshow画图有问题出现。ncpolarm函数很好用,配合geoshow达到我的目的了