代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/420886/10769354

txt 混沌保密通信传输图像数据.txt

a=imread('in.jpg'); aa=double(a); k=0; for i=1:99 for j=1:99 k=k+1; in(k)=aa(i,j)/255; end end dt=0.01; x1(1)=0;x2(1)=0;x3(1)=0;x4(1)=0; for i=1:9801 y4(i)=(abs
www.eeworm.com/read/420835/10771670

m 3-4-5-2.m

%绘制指数函数曲线 p=-1:0.05:1; t=exp(-p); plot(p,t); grid; title('exponential function'); xlabel('x'); ylabel('y'); figure; %建立并训练网络 for i=1:5 net=newgrnn(p,t,i/10); y(i,:)=sim(net,p); en
www.eeworm.com/read/349848/10796055

m testnoisegenerator2.m

% % Test program for noise generation. % % Dependencies: The baseline wander toolbox of the Open Source ECG Toolbox % % Open Source ECG Toolbox, version 1.0, November 2006 % Released under the G
www.eeworm.com/read/349839/10797340

m holder.m

function h=holder(tfr,f,n1,n2,t,pl) %HOLDER Estimate the Holder exponent through an affine TFR. % H=HOLDER(TFR,F,N1,N2,T) estimates the Holder exponent of a % function through an affine time-frequenc
www.eeworm.com/read/349839/10797462

m atoms.m

function [sig,locatoms]= atoms(N,coord); %ATOMS Linear combination of elementary Gaussian atoms. % [SIG,LOCATOMS] = ATOMS(N,COORD) % generates a signal consisting in a linear combination of elementar
www.eeworm.com/read/349839/10797465

m plotifl.m

function plotifl(t,iflaws); %PLOTIFL Plot normalized instantaneous frequency laws. % PLOTIFL(T,IFLAWS) plot the normalized instantaneous frequency % laws of each signal component. % % T : tim
www.eeworm.com/read/275728/10799079

m exp2_4_.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; hold on %允许在同一坐标系下绘制不同的图形 plot(t,sin(t),'r:*') plot(t,cos(t)) plot(t,-cos(t),'k') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 hold off %覆盖旧图
www.eeworm.com/read/275728/10799105

m exp2_4.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; figure(1) %选择图像 plot(t,sin(t),'r:*') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 grid off %删除栅格 figure(2) plot(t,cos(t)) grid on grid off
www.eeworm.com/read/349646/10808595

m plotcov2.m

% PLOTCOV2 - Plots a covariance ellipse with major and minor axes % for a bivariate Gaussian distribution. % % Usage: % h = plotcov2(mu, Sigma[, OPTIONS]); % % Inputs: % mu -
www.eeworm.com/read/349646/10809435

m plotcov2.m

% PLOTCOV2 - Plots a covariance ellipse with major and minor axes % for a bivariate Gaussian distribution. % % Usage: % h = plotcov2(mu, Sigma[, OPTIONS]); % % Inputs: % mu -