代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/480027/6675109
m m_coord.m
function coordsys=m_coord(coordsys);
% M_COORD Initializes the coordinate system for varous conversions.
%
% M_COORD('set') tells you the current coordinate system
% M_COORD('get') gives you the c
www.eeworm.com/read/480027/6675110
m m_coast.m
function m_coast(varargin);
% M_COAST Add a coastline to a given map.
% M_COAST draw a coastline as either filled patches (slow) or
% lines (fast) on a given projection. It uses a coas
www.eeworm.com/read/480027/6675111
m m_usercoast.m
function m_usercoast(varargin);
% M_USERCOAST Add a coastline using a user-specified coastline file.
% M_USERCOAST(FILENAME) uses data previously extracted and stored
% in FILENAME to
www.eeworm.com/read/480027/6675112
m m_line.m
function h=m_line(long,lat,varargin);
% M_LINE Create a line on a map
% M_LINE(LONG,LAT) adds the line in vectors LONG and LAT to the
% current axes. If LONG and LAT are matrices the same size,
www.eeworm.com/read/480027/6675113
m m_grid.m
function m_grid(varargin);
% M_GRID make a grid on a map.
% M_GRID('parameter','value',...) with any number (or no)
% optional parameters is used to draw a lat/long grid for a
% p
www.eeworm.com/read/480027/6675115
m m_plotbndry.m
function [bndry_lon,bndry_lat] = m_plotbndry(name,varargin)
% M_PLOTBNDRY plots text files of Lat,Lon for political boundaries.
% Text files (derived from the DCW) are obtained from
% http://www.ma
www.eeworm.com/read/480027/6675116
m m_xydist.m
function dist = m_xydist(x,y)
% M_XYDIST Spherical earth distance between points in map projection coordinates.
% RANGE=M_XYDIST(X,Y) gives the distance in kilometers between
% successive points
www.eeworm.com/read/480027/6675118
m m_gshhs.m
function m_gshhs(resolution,varargin);
% M_GSHHS Add a coastline to a given map using
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
% M_GSHHS(
www.eeworm.com/read/480027/6675120
m m_legend.m
www.eeworm.com/read/480027/6675121
m m_tbase.m
function [values,longs,lats]=m_tbase(varargin);
% M_TBASE Contour elevation onto a map using the 5-minute TerrainBase database
% M_TBASE contours elevations at 1000m intervals for the map.
%