代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/261198/11659853

m plot_polygon.m

function out=plot_polygon(p, args, close_loop) % PLOT_POLYGON % function handle=plot_polygon(p, args, close_loop) % p(1,i), p(2,i) are the x/y coords of point i. % If non-empty, args are passed thru t
www.eeworm.com/read/157516/11696949

m plot_rmse.m

% plot_RMSE.m % % plot the RMS error of the state estimate function fig = plot_RMSE(track) n = length(track(1).RMS_pos); fig = figure; subplot(2,1,1); hold on; p1 = plot(track(1).time(2:n+
www.eeworm.com/read/157516/11697021

m plot_scn.m

function fig = plot_scn(target, measurement) numScans = length(target(1).time); % plot the ground truth and the measurements fig = figure; hold on; ny = length(target); for j=1:ny p0 =
www.eeworm.com/read/346716/11728472

m plot_mvdr.m

function plot_mvdr(name) eval(['load ' name]); % test vectors for spatially sampled response W_H = conj(W(Ndata, :)); st = -1 : 0.025 : 1; est = exp(-j*pi*[0:(rp.p-1)]'*st);
www.eeworm.com/read/346716/11728483

m make_plot.m

function make_plot(v, w, rp, Nlevs, xlim, ylim, str1, str2) % function make_plot(w, v, rp, Nlevs, xlim, ylim) r0 = 1; r1 = -(rp.a1/(1+rp.a2)); R = [r0 r1; r1 r0]; wo = [-rp.a1; -rp.a2];
www.eeworm.com/read/346716/11728577

m plot_mvdr.m

function plot_mvdr(name) eval(['load ' name]); % test vectors for spatially sampled response W_H = conj(W(Ndata, :)); st = -1 : 0.025 : 1; est = exp(-j*pi*[0:(rp.p-1)]'*st);
www.eeworm.com/read/346716/11728592

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/346459/11743121

png plot4.png

www.eeworm.com/read/346459/11743122

png plot1.png

www.eeworm.com/read/346459/11743123

png plot6.png