代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/486797/6529265
m peellip5m.m
function u = peEllip5m(nx,minx,maxx,ny,miny,maxy)
format long;
hx = (maxx-minx)/(nx-1);
hy = (maxy-miny)/(ny-1);
u0 = zeros(nx,ny);
for j=1:ny
u0(j,1) = EllIni2Uxl(minx,miny+(j-1)*hy);
www.eeworm.com/read/483500/6598295
m peellip5m.m
function u = peEllip5m(nx,minx,maxx,ny,miny,maxy)
format long;
hx = (maxx-minx)/(nx-1);
hy = (maxy-miny)/(ny-1);
u0 = zeros(nx,ny);
for j=1:ny
u0(j,1) = EllIni2Uxl(minx,miny+(j-1)*hy);
www.eeworm.com/read/480027/6675087
m m_gshhs_l.m
function m_gshhs_l(varargin);
% M_GSHHS_L Add a coastline to a given map using the 'low' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
%
www.eeworm.com/read/480027/6675100
m m_gshhs_c.m
function m_gshhs_c(varargin);
% M_GSHHS_C Add a coastline to a given map using the 'crude' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
www.eeworm.com/read/480027/6675105
m m_gshhs_i.m
function m_gshhs_i(varargin);
% M_GSHHS_I Add a coastline to a given map using the 'intermediate' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shoreli
www.eeworm.com/read/480027/6675106
m m_gshhs_h.m
function m_gshhs_h(varargin);
% M_GSHHS_H Add a coastline to a given map using the 'high' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
%
www.eeworm.com/read/480027/6675117
m m_range_ring.m
function h=m_range_ring(long,lat,range,varargin);
% M_RANGE_RING Creates range rings on a map
% M_RANGE_RING(LONG,LAT,RANGE) creates a range ring of range RANGE
% km centered at the position spe
www.eeworm.com/read/480027/6675123
m m_etopo2.m
function [values,longs,lats]=m_etopo2(varargin);
% M_ETOPO2 Contour elevation onto a map using the 2-minute ETOPO2 database
% M_ETOPO2 contours elevations at 1000m intervals for the map.
%
www.eeworm.com/read/480027/6675126
m m_gshhs_f.m
function m_gshhs_f(varargin);
% M_GSHHS_F Add a coastline to a given map using the 'full' resolution of
% the Global Self-consistant Hierarchical High-resolution
% Shorelines.
%
%
www.eeworm.com/read/477921/6726024
m m_exam7.m
% example 7
x=linspace(0,2*pi,30);
y=sin(x);
z=cos(x);
plot(x,y,x,z);