代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/288304/8643828

m plot_p.m

% remake figure 5.17 figure load run5;plot(mean(Wx'), '--'); hold on mu=rp.mu; n=1:5000; a=-0.99; lambda=abs(a); Ew1=-a+a*(1-mu*lambda).^n; a=0.99; lambda=abs(a); Ew2=-a+a*(1-mu*lambda).^n;
www.eeworm.com/read/431881/8647934

m scatter_plot.m

function scatter_plot(m, type_of_mod, fc, fs, d) %this program is to test the QAM and PSK modulation and demodulation %techniques, with csatter plot and input / output signals. here %type_of_modu
www.eeworm.com/read/431852/8649152

m scatter_plot.m

function scatter_plot(m, type_of_mod, fc, fs, d) %this program is to test the QAM and PSK modulation and demodulation %techniques, with csatter plot and input / output signals. here %type_of_modu
www.eeworm.com/read/288112/8652405

m plot134.m

function pl=plot134(y) syms U_sag y1 t=0:0.01:0.99; y1=subs(y,U_sag,t) y=numeric(y1) %y=abs(y); plot(t,y,':r') xlabel('临界电压(p.u.)') ylabel('临界距离(km)') title('a相短路接地与三相接地的临界距离与临界电压的关系曲线') ax
www.eeworm.com/read/288112/8652422

m plot56.m

function plot3=plot56(y) syms zs z U_sag %t=0:0.01:0.99; y=y t=0:0.01:0.99 t1=0.663 t2=0.278 y2=subs(y,{zs,z},{t1,t2}) y2=numeric(subs(y2,U_sag,t)) %y=numeric(sub(y,U_sag,t)) y=abs(y2); plo
www.eeworm.com/read/288112/8652423

m plot3.m

function plot3=plot444(y,u) syms U_sag %t=0:0.01:0.99; t=0:0.01:30 y2=numeric(subs(u,l,t)) y=numeric(subs(y,U_sag,t)) y=abs(y); plot(t,y) xlabel('临界电压(p.u.)') ylabel('临界距离(km)') title('a相短路
www.eeworm.com/read/288112/8652428

m plot1.m

function pl=plot1(y) syms U_sag t=0:0.01:0.99; y=numeric(subs(y,U_sag,t)) y=abs(y); plot(t,y) xlabel('临界电压(p.u.)') ylabel('临界距离(km)') title('a相短路接地与三相接地的临界距离与临界电压的关系曲线') axis([0,1,0,10]) %h
www.eeworm.com/read/288112/8652432

m plot444.m

function plot3=plot444(y,u) syms l %t=0:0.01:0.99; t=0:0.5:10 y2=numeric(subs(u,l,t)) %y=numeric(subs(y,U_sag,t)) y=abs(y2); plot(y,t,'-.b') xlabel('临界电压(p.u.)') ylabel('临界距离(km)') title('a相
www.eeworm.com/read/387772/8654195

o data_plot.o

www.eeworm.com/read/387772/8654205

o data_plot.o