代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/137229/13338645
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/137229/13338789
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/317326/13505894
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/317326/13505899
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/317326/13505934
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/264746/11302997
m prog7b4b.m
%
% Program name - prog7b4b.m, p450
% An alternative m-file for calculating the optimal FIR filter
% coefficients and plotting frequency response for Example 7B.4
%
N=44;
Fs=50000; % S
www.eeworm.com/read/264420/11315509
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/264420/11315597
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/347945/11624048
m plot.m
function Y=plot(varargin)
%PLOT (overloaded)
% Author Johan L鰂berg
% $Id: plot.m,v 1.1 2006/08/10 18:00:21 joloef Exp $
% Fast version for plotting simple PWA objects
if nargin == 1
X =
www.eeworm.com/read/347945/11624207
m domain.m
function Y=plot(varargin)
%DOMAIN Extract domain for PWA variable
% Author Johan L鰂berg
% $Id: domain.m,v 1.1 2006/08/10 18:00:19 joloef Exp $
% Fast version for plotting simple PWA objec