代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/455746/7366440
m plot_gev.m
function c=plot_gev(gevres),
%Menu driven plotting facility for GEV distribution fit
%
% USAGE: plot_gev(gevres)
%
%gevres: Structure obtained from a former GEV fit i.e. gevres=gev(...)
%
resid
www.eeworm.com/read/439811/7701475
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
clear
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/197649/7983210
m hist.m
function h=hist(c,i,j,bins);
% COMPONENTS/HIST plots histograms of components in a Components structure
%
% Usage: (brackets indicate optional parameters)
% h=hist(c,[i],[j],[bins]);
%
% Input:
www.eeworm.com/read/244937/12830977
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
clear
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/142092/12963466
m hist.m
function h=hist(c,i,j,bins);
% COMPONENTS/HIST plots histograms of components in a Components structure
%
% Usage: (brackets indicate optional parameters)
% h=hist(c,[i],[j],[bins]);
%
% Input:
www.eeworm.com/read/323952/13306713
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/321160/13411448
m ip_06_01.m
% MATLAB script for Illustrative Problem 1, Chapter 6.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% plotting command follows
plot(f,Sv);
www.eeworm.com/read/321050/13412878
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
clear
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/313963/13577764
m ip_06_01.m
% MATLAB script for Illustrative Problem 6.1.
clear
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% Plotting command follows.
plot(f,Sv);
www.eeworm.com/read/313956/13578506
m ip_06_01.m
% MATLAB script for Illustrative Problem 1, Chapter 6.
echo on
T=1;
delta_f=1/(100*T);
f=-5/T:delta_f:5/T;
sgma_a=1;
Sv=sgma_a^2*sinc(f*T).^2;
% plotting command follows
plot(f,Sv);