代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/206731/7456953
m da_2dsc.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
w1=gcf;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box',
www.eeworm.com/read/206731/7457023
m da_plsut.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
w1=gcf;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box',
www.eeworm.com/read/433768/7910398
m poles.m
function poles(x,y,z,width)
%POLES 3d bar plot.
% POLES(X,Y,Z,WIDTH) Plots (possibly irregular)
% three-dimensional data by plotting a pole of height Z at
% location (X,Y). X, Y an
www.eeworm.com/read/298649/7947464
m da_2dsc.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
w1=gcf;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box',
www.eeworm.com/read/298649/7947596
m da_plsut.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
w1=gcf;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box',
www.eeworm.com/read/398034/8009031
m sa_fig3_19b.m
% Figure 3.19 plotting the directivity vs. loop circumference in wavelengths
F=inline('(a*sin(x)/2).^2.*sin(x)')
delta=.001;
x=0:delta:pi;
for i=1:100
a=i/5;
A(i)=a;
den=trapz(x,F(
www.eeworm.com/read/398034/8009036
m sa_fig3_22.m
% Smart Antennas Figure 3.20 plotting the directivity vs. loop circumference in wavelengths
F=inline('(besselj(1,c*sin(x))).^2.*sin(x)')
delta=.01;
x=0:delta:pi;
for i=1:100
c=i/5;
www.eeworm.com/read/398034/8009072
m sa_fig3_20.m
% Smart Antennas Figure 3.20 plotting the directivity vs. loop circumference in wavelengths
F=inline('(besselj(1,c*sin(x))).^2.*sin(x)')
delta=.01;
x=0:delta:pi;
for i=1:100
c=i/5;
www.eeworm.com/read/244076/12892009
m da_2dsc.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
w1=gcf;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box',
www.eeworm.com/read/244076/12892123
m da_plsut.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
w1=gcf;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box',