代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/480027/6675095
m m_plot.m
function han = m_plot(varargin)
% M_PLOT Plot objects on an M_MAP plot. All of the normal
% Matlab plot options are available. NOTE - this isn't exactly
% like plot as only the first two arguments
www.eeworm.com/read/480027/6675096
m m_vec.m
function [hp, ht] = mvec(s, x, y, varargin) % and color, etc
% M_VEC Draws fancy arrows/quiverplots on a map.
% [HP, HT]=M_VEC(S,LONG,LAT,VARARGIN) draws arrows as a patch
% object on a map cr
www.eeworm.com/read/480027/6675097
m m_scale.m
function scale_factor=m_scale(scale_factor),
% M_SCALE Draws the map at a specified scale
% After M_GRID has been called, the map is sized to fit within
% the plot region of the curren
www.eeworm.com/read/480027/6675099
m m_contour.m
function [cs,h]=m_contour(long,lat,data,varargin);
% M_CONTOUR Draws contour lines on a map
% M_CONTOUR(LONG,LAT,DATA,...) draw contours on a map. Behavior
% is the same as for CONTOUR except t
www.eeworm.com/read/480027/6675101
m m_ruler.m
function h=m_ruler(posx,posy,varargin);
% M_RULER Draws a distance scalebar for a map
% M_RULER([X1 X2],Y1) draws a horizontal scale bar between the
% normalized coordinates (X1,Y1) and (X2,Y1) wh
www.eeworm.com/read/480027/6675102
m m_ungrid.m
function m_ungrid(goptn);
% M_UNGRID Removes a grid;
% M_UNGRID deletes a map grid, but leaves any plotted
% data.
%
% M_UNGRID XXX
% or
% M_UNGRID('XXX')
www.eeworm.com/read/480027/6675103
m m_fdist.m
function [lon2,lat2,a21] = m_fdist(lon1,lat1,a12,s,spheroid)
% M_FDIST - On an ellipsoidal earth, compute location of
% a point at a given bearing/distance, all using a vectorized
%
www.eeworm.com/read/480027/6675104
m m_elev.m
function [values,longs,lats]=m_elev(varargin);
% M_ELEV Contour elevation onto a map using a 1-degree database
% M_ELEV contours elevations at 1000m intervals for the map.
% M_ELEV(OPTN
www.eeworm.com/read/480027/6675107
m m_hatch.m
function [xi,yi,x,y]=m_hatch(lon,lat,varargin);
% M_HATCH Draws hatched or speckled interiors to a patch
%
% M_HATCH(LON,LAT,STYL,ANGLE,STEP,...line parameters);
%
% INPUTS:
% X,Y - vect
www.eeworm.com/read/480027/6675108
m m_pcolor.m
function [h]=m_pcolor(long,lat,data,varargin);
% M_PCOLOR Makes a pcolor image on a map.
% M_PCOLOR(LONG,LAT,DATA,...) is a pseudocolor plot of matrix DATA.
% The values of the elements of DAT