代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/461294/7229934

m gp_plot.m

% For generating residual error plots for GP journal paper. % % Need to edit ver_ga ver_ga prob_ga % Which model ? mod_num=2; num_points=length(y_v); figure(1) hold off clg subplo
www.eeworm.com/read/461294/7229994

m opt_plot.m

% opt_plot : For generating a plot of optimum T1,T2 for % varying values of CAF1 (for 2 CSTR) clear all T10=341; T20=341; options=foptions; %options(1)=1; %options(14)= dQ
www.eeworm.com/read/461264/7230744

pro lineid_plot.pro

pro lineid_plot,wave,flux,wline,text1,text2, extend=extend, $ lcharthick = lcharthick,lcharsize=lcharsize, _EXTRA = extra ;+ ; NAME: ; LINEID_PLOT ; PURPOSE: ; Plot spectrum with specified line iden
www.eeworm.com/read/461257/7231062

m plot_fields.m

% subroutine used to plot 1D transient fields delete(lez); delete(lhy); lez = line(Ez_positions,Ez*0,Ez,'Color','b','LineWidth',1.5); lhy = line(Hy_positions,377*Hy,Hy*0,'Color','r', ... 'L
www.eeworm.com/read/460181/7256319

m plot_iterfilt.m

function plot_iterfilt(h0,h1,h2,titlestring) [H2,w] = freqz(h2); [H1,w] = freqz(h1); clf plot(w/pi, abs(H1).^2 , 'r', w/pi, abs(H2).^2 , 'b') set(gca,'fontsize',8) hold on f{1}{1} = h0; f{2}{1} = h
www.eeworm.com/read/460181/7256321

m plot_h.m

function plotH(h0,h1,h2) [H0,w] = freqz(h0); [H1,w] = freqz(h1); [H2,w] = freqz(h2); clf subplot(2,2,1) plot(w/pi,abs(H0).^2,w/pi,abs(H1).^2,w/pi,abs(H2).^2) set(gca,'fontsize',8) % title(['|H_m(e^
www.eeworm.com/read/460181/7256325

m plot_wletsplus.m

function plotwlets(h0,h1,h2,z0,z1,z2) if nargin < 4, z0 = roots(h0); end if nargin < 5, z1 = roots(h1); end if nargin < 6, z2 = roots(h2); end [H0,w] = freqz(h0); [H1,w] = freqz(h1); [H2,w] = freqz(
www.eeworm.com/read/460181/7256327

m plot_wlets.m

function plotwlets(h0,h1,h2,z0,z1,z2) if nargin < 4, z0 = roots(h0); end if nargin < 5, z1 = roots(h1); end if nargin < 6, z2 = roots(h2); end [w1,s,t] = wletfn(h0,h1); [w2,s,t] = wletfn(h0,h2); N =
www.eeworm.com/read/457219/7331735

m gp_plot.m

% For generating residual error plots for GP journal paper. % % Need to edit ver_ga ver_ga prob_ga % Which model ? mod_num=2; num_points=length(y_v); figure(1) hold off clg subplo
www.eeworm.com/read/457219/7331750

m opt_plot.m

% opt_plot : For generating a plot of optimum T1,T2 for % varying values of CAF1 (for 2 CSTR) clear all T10=341; T20=341; options=foptions; %options(1)=1; %options(14)= dQ