代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/304351/13795785

m exn842.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第八章例8-4-2程序 % Smith阻抗圆图的绘制(解实数方程方法) % 西安电子科技大学出版社出版 陈怀琛编著 2007年6月 % plot([0 0],[-1.1 +1.1],'r'), hold on,xlabel('u') % 画坐标轴系 plot([-1.1 +1.1],[0 0],'r'),ylabel('v')
www.eeworm.com/read/304147/13799741

m fdtd1o.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Scott Hudson, WSU Tri-Cities %1D electromagnetic finite-difference time-domain (FDTD) program. %Assumes Ey and Hz field compone
www.eeworm.com/read/303831/13808047

txt lmsandrls.txt

%lms算法 clear all close all %channel system order sysorder = 5 ; % Number of system points N=2000; inp = randn(N,1); n = randn(N,1); [b,a] = butter(2,0.25); Gz = tf(b,a,-1); %This
www.eeworm.com/read/303798/13808581

m shili14.m

function shili14 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例14'); axis([0 10 0 10]); hold on x=[]; y=[]; n=0; disp('单击鼠标左键点取需要的点'); disp('单击鼠标右键点取最后一个点
www.eeworm.com/read/303798/13808622

m shili33.m

h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例33'); x=0:0.5:2*pi; y=sin(x); h=plot(x,y); grid on huidiao=[... 'if i==1,',... 'i=0;,',... 'y=co
www.eeworm.com/read/303798/13808648

m shili36.m

h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例36'); x=0:0.5:2*pi; y=sin(x); h=plot(x,y); grid on hm=uicontrol(gcf,'style','popupmenu',... 'string',...
www.eeworm.com/read/303779/13808888

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/303779/13808920

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/303779/13808922

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/303558/13812501

m dsb1.m

% dsb1.m % Matlab demonstration script for DSB-AM modulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;