• 大小: 6.4MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-10
  • 语言: 其他
  • 标签: matlab  

资源简介

最新版的m_map工具箱,添加了Shaded Relief地图功能,可以画出精美的地图。下载e_topo2或者e_topo1就可以画Shaded Relief图了。

资源截图

代码片段和文件信息

% M_Map - mapping toolbox (Author: rich@eos.ubc.ca)
% Version 1.4j  May 2018
%
% You have collected your data loaded it into Matlab analyzed 
% everything to death and now you want to make a simple map showing 
% how it relates to the world. 
%
% But you can‘t. 
%
% Instead you have to figure out how to save all your data and 
% then read it into a mapping program and then spend all that extra 
% time figuring out why the mapping program doesn‘t give you what
% you expected it would...
%
% No more! 
%
%                            Announcing M_Map v1.4! 
%
% M_Map is a set of mapping tools written for Matlab v5. These include: 
%
%    1. Routines to project data in 18 different spherical 
%       projections (and determine inverse mappings) 
%    2. A grid generation routine to make nice axes with 
%       limits either in long/lat terms or in planar
%       X/Y terms. 
%    3. A coastline database (with 1/4 degree resolution) 
%    4. A global elevation database (1 degree resolution) 
%    5. Hooks into freely available high-resolution coastlines and
%       bathymetry/topography.
%
% M_Map v1.4 is available via the web at 
%
%       http://www.eos.ubc.ca/~rich/
%
%
% Toolbox contents
%
%    Contents.m    - This file
%    m_demo.m      - demonstrates a few different maps.
%
%  User-callable functions
%
%    m_proj.m       - initializes projections
%    m_coord.m      - converts between geomagnetic and geographic coords.
%
%    m_grid.m       - draws grids 
%    m_utmgrid.m    - draws a UTM grid for UTM projection maps
%    m_scale.m      - forces map to a given scale.
%    m_ruler.m      - draw a scale ruler
%
%    m_ungrid.m     - erases map elements (if you want to change parameters)
%
%    m_coast.m      - draws a coastline
%    m_elev.m       - draws elevation data from 1 degree database
%
%    m_tbase.m      - draws elevation data from 5-minute Terrainbase database
%    m_gshhs.m      - draws coastline from GSHHS with specified resolution
%    m_gshhs_c.m    - draws coastline from GSHHS crude database
%    m_gshhs_l.m    - draws coastline from GSHHS low-resolution database
%    m_gshhs_i.m    - draws coastline from GSHHS intermediate-resolution database
%    m_gshhs_h.m    - draws coastline from GSHHS high-resolution database
%    m_gshhs_f.m    - draws coastline from GSHHS full database
%    m_plotbndry.m  - draws a political boundary from the DCW 
%    m_usercoast.m  - draws a coastline using a user-specified subset database.
%
%    m_plot.m       - draws line data in map coords
%    m_line.m       - draws line data in map coords
%    m_text.m       - adds text data in map coords
%    m_legend.m     - draws a legend box
%    m_quiver.m     - draws arrows for vector data
%    m_contour.m    - draws contour lines for gridded data
%    m_contourf.m   - draws filled contours
%    m_patch.m      - draws patch data
%    m_pcolor.m     - draws pcolor data
%    m_streamline.m - draws streamlines
%    m_scatter.m    - draws scatter plot
%    m

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-23 19:20  m_map\
     文件       31846  2018-04-27 06:14  m_map\m_grid.m
     文件        1463  2017-11-08 06:51  m_map\m_mag2geo.m
     文件        8837  2017-11-29 18:49  m_map\m_hatch.m
     文件        1466  2017-11-08 06:20  m_map\m_geo2mag.m
     文件        2986  2017-11-15 08:00  m_map\m_legend.m
     文件        5685  2017-12-04 06:53  m_map\m_windbarb.m
     文件        2921  2017-11-16 02:12  m_map\m_range_ring.m
     文件        1722  2017-11-08 06:05  m_map\m_coord.m
     文件        6746  2018-04-05 06:44  m_map\m_proj.m
     文件        1029  2018-04-27 06:30  m_map\m_ungrid.m
     文件         756  2017-12-06 03:50  m_map\wysiwyg.m
     文件        2951  2018-04-10 17:00  m_map\m_rectangle.m
     文件         925  2017-11-29 07:52  m_map\m_coast.m
     文件       10076  2017-11-08 06:49  m_map\m_idist.m
     文件        1039  2017-11-29 08:12  m_map\m_gshhs_h.m
     文件        1037  2017-11-29 08:12  m_map\m_gshhs_f.m
     文件       21780  2017-11-09 07:40  m_map\m_jet.m
     文件        3656  2018-03-23 05:37  m_map\m_streamline.m
     文件        1299  2017-11-08 07:16  m_map\m_tba2b.m
     文件        8047  2018-01-14 23:30  m_map\m_contfbar.m
     文件        8444  2018-04-11 23:10  m_map\m_ruler.m
     文件         851  2017-11-08 07:20  m_map\m_usercoast.m
     文件        6114  2018-05-23 20:23  m_map\Contents.m
     文件        3130  2017-12-01 04:32  m_map\m_quiver.m
     文件        8701  2017-12-12 09:45  m_map\m_annotation.m
     文件        1998  2017-11-08 06:50  m_map\m_lldist.m
     文件        4703  2018-04-27 06:36  m_map\m_utmgrid.m
     文件        2305  2017-11-08 06:50  m_map\m_ll2xy.m
     文件         933  2017-11-08 07:21  m_map\m_xy2ll.m
     文件        1043  2017-11-29 08:12  m_map\m_gshhs_c.m
............此处省略75个文件信息

评论

共有 条评论