* * * The functions on this page are no longer being updated. They should still work as shown in the examples here, but I am only actively maintaining the versions of these functions which are in the Climate Data Toolbox for MATLAB, which can be found here https://www.mathworks.com/matlabcentral/fileexchange/70338. * * *
This submission contains functions to plot the outlines and names of National borders and US states. Matlab's Mapping Toolbox is NOT required.
There are two functions for plotting: borders and bordersm, and they both work the same way, except that bordersm is for use with maps created using Matlab's Mapping Toolbox. Similarly, labelborders and labelbordersm place text labels within the boundaries of countries or states.
引用格式
Greene, Chad A., et al. “The Climate Data Toolbox for MATLAB.” Geochemistry, Geophysics, Geosystems, American Geophysical Union (AGU), July 2019, doi:10.1029/2019gc008392.
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- Mathematics and Optimization > Mapping Toolbox > Map Display >
- Radar > Mapping Toolbox > Map Display >
- Sciences > Geoscience > Climate Science and Analysis >
- Sciences > Geoscience > Geodesy and Mapping >
标签
致谢
参考作品: WORLDDATAMAP, Google Earth Toolbox, zoharby/plot_google_map, land_or_ocean.m, landmask, strlookup
启发作品: Analytic Hierarchy Process for spatial planning, EOF, patchsc, scattertextm, Automated importation of sea surface temperature data, Arctic Sea Ice
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!borders
borders
版本 | 已发布 | 发行说明 | |
---|---|---|---|
3.1.3 | Just adding a disclaimer that this version is no longer being maintained. Get CDT instead. |
||
3.1.2 | Updated live scripts |
||
3.1.1 | Added live scripts |
||
3.1 | Fixed a bug in bordersm, which previously resulted in an error when plotting multiple countries as patch objects. |
||
3.0 | Separated borders into two functions: Now, bordersm is the function to use with Matlab's Mapping Toolbox. |
||
1.1.0.0 | Now allows plotting national or state outlines as patch objects with or without the Mapping Toolbox. |
||
1.0.0.0 |