代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/321160/13411490
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/317326/13505874
m sa_fig4_25.m
% Smart Antennas figure 4.25 plotting 3-d circular array patterns
th0=input('What is the steering angle for \theta0?')
ph0=input('What is the steering angle for \phi0?')
th0=th0*pi/180;
ph0=ph0*p
www.eeworm.com/read/158463/11612830
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/205721/15309219
m seisplot.m
function [fact]=seisplot(datain,t1,t2,tr1,tr2,smp,scal,pltflg,scfact,colour,tstart)
%[fact]=seisplot(datain,t1,t2,tr1,tr2,smp,scal,pltflg,scfact,colour,tstart)
%
%function for plotting seismic traces
www.eeworm.com/read/205721/15309223
m seisatrplot.m
function seisatrplot(datain,rec,t1,t2,tr1,tr2,smp,cmap,tstart)
%seisatrplot(datain,rec,t1,t2,tr1,tr2,smp,cmap,tstart)
%
%function for plotting seismic attributes data
%
%INPUT
%datain - input matrix
www.eeworm.com/read/472548/6869873
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/294077/8254972
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/173140/9670763
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/268231/11148915
m dis_spct.m
% Example of Plotting the Discrete Spectrum
echo on
function='lambda';
a=-1.3;
b=3.3;
n=24;
tol=0.1;
xx=fseries(function,a,b,n,tol);
xx1=xx(n+1:-1:2);
xx1=[conj(xx1),xx];
absxx1=abs(xx1);
pause % Pr
www.eeworm.com/read/147861/12513739
m sigplot2win_s.m
function [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams)
%SIGPLOT2WIN_S S-function for plotting radar signals.
%
%--------
%Synopsis:
% [sys,x0,str,ts] = sigplot2win_s(t,x,u,flag, restParams