代码搜索:plot

找到约 10,000 项符合「plot」的源代码

代码结果 10,000
www.eeworm.com/read/160618/10514172

m exa120501.m

%-------------------------------------------------------------------------- % exa120501.m, for example 12.5.1 and fig12.5.3 %-----------------------------------------------------------------------
www.eeworm.com/read/160618/10514237

m exa090702.m

% ------------------------------------------------------------------- % exa090702.m, for example 9.7.2 and fig 9.7.2 % 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。 % 本程序给出的是连续小波变换的灰度图表示。 %--------------------
www.eeworm.com/read/160618/10514269

m exa120502.m

%-------------------------------------------------------------------------- % exa120502.m, for example 12.5.2 and fig12.5.4 %-----------------------------------------------------------------------
www.eeworm.com/read/160618/10514306

m exa11041.m

%----------------------------------------------------------------- % exa110401.m 产生db2~db9正交小波的尺度函数和小波函数 %------------------------------------------------------------------ clear; iter=8 [phi2,
www.eeworm.com/read/160618/10514373

m exa010201b.m

%--------------------------------------------------------------------------------------- % exa010201b.m, for example 1.2.3 % 说明信号的子带分解; %----------------------------------------------------------
www.eeworm.com/read/160618/10514455

m exa010201a.m

%--------------------------------------------------------------------------------------- % exa010201a.m, for example 1.2.2 % 说明信号的子带分解; %----------------------------------------------------------
www.eeworm.com/read/160583/10516887

py polar_scatter.py

#!/usr/bin/env python # a polar scatter plot; size increases radially in this example and # color increases with angle (just to verify the symbols are being # scattered correctlu). In a real example,
www.eeworm.com/read/160583/10517006

py multiple_figs_demo.py

#!/usr/bin/env python # Working with multiple figure windows and subplots from pylab import * t = arange(0.0, 2.0, 0.01) s1 = sin(2*pi*t) s2 = sin(4*pi*t) figure(1) subplot(211) plot(t,s1) subplot(2
www.eeworm.com/read/160583/10517091

py image_demo2.py

#!/usr/bin/env python from pylab import * w, h = 512, 512 s = file('data/ct.raw', 'rb').read() A = fromstring(s, UInt16).astype(Float) A *= 1.0/max(A) A.shape = w, h extent = (0, 25, 0, 25) im = ims
www.eeworm.com/read/160583/10517244

py zorder_demo.py

#!/usr/bin/env python """ The default drawing order for axes is patches, lines, text. This order is determined by the zorder attribute. The following defaults are set Artist Z-