资源简介
m_map MATLAB 地图工具包,希望对大家有用
代码片段和文件信息
% M_Map - mapping toolbox (Author: rich@eos.ubc.ca)
% Version 1.4h 1 Apr 2013
%
% 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_scale - forces map to a given scale.
% m_ruler - 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_shaperead.m - reads ESRI shapefiles
%
% 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 - Draw a legend box
% m_quiver - draws arrows for vector data
% m_contour - draws contour lines for gridded data
% m_contourf - draws filled contours
% m_patch - draws patch data
% m_track - draws annotated tracklines
% m_hatch.m - hatched or speckled patches.
% m_range_ring - draws range rings (spherical coords)
% m_ellipse
- 上一篇:二维声波高阶有限差分正演模拟
- 下一篇:裴多那挈法搜索极值
相关资源
- Harris角点检测拼接包含ransac灰度图像
- 计算并绘制频散曲线的matlab程序
- HDB3码的matlab实现
- 基于Matlab的数据处理与三维模拟
- Matlab 估计资本资产定价模型
- 指纹识别算法MATLAB版本
- 关于PID控制的matlab m语言的仿真程序
- SPWM交流调速的MATLAB仿真
- BP神经网络预测的MATLAB实现
- matlab 信号特征提取
- LDPC 的编译码MATLAB仿真
- MATLAB应用BP神经网络对英文字母的识别
- matlab模式识别感知器实现线性可分、
- TSP商旅问题MATLAB算法
- 节点优化编号
- 增量式PID 的 matlab实现
- 共轭梯度法matlab程序
- 基于Matlab解决TSP问题的蚁群算法
- matlab中doolittle分解、改善的平方根法
- 基于 Matlab 配电网建模仿真的研究
- 6R机械臂正逆解程序
- 计算点到曲线距离的Matlab代码
- Frost滤波MATLAB程序
- matlab遗传算法一
- 基于matlab的动画仿真
- 小波图像压缩matlab源码
- matlab源程序,计算mie散射
- matlab汽车悬架仿真
- 基于颜色识别蓝橙黄不同小物块的m
- matlab7.0控制系统应用
评论
共有 条评论