代码搜索:Plot

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

代码结果 10,000
www.eeworm.com/read/425546/10348692

m plot_ellipse.m

% PLOT_ELLIPSE % h=plot_ellipse(x,y,theta,a,b) % % This routine plots an ellipse with centre (x,y), axis lengths a,b % with major axis at an angle of theta radians from the horizontal. % % Aut
www.eeworm.com/read/425546/10348937

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 th
www.eeworm.com/read/161485/10404340

m plot_wavelet.m

function M = plot_wavelet(M, L, style, edge_color, renormalize) % plot_wavelet - plot 2D wavelet transform stored using Mallat's ordering. % % plot_wavelet(WT, L, style, edge_color, renormalize
www.eeworm.com/read/353896/10407314

m plot3.m

%空间曲线图 % PLOT3(x,y,z,s)其中x,y,z为向量,每一组分量代表一个数据点。 % s为表示颜色、连线和标记选择的字符串 %例如 曲线x=exp(-0.2*z)*cos(0.5*pi*z),y=exp(-0.2*z)*sin(0.5*pi*z), 0
www.eeworm.com/read/161189/10439667

m plot_lc.m

function plot_lc(rho,eta,marker,ps,reg_param) %PLOT_LC Plot the L-curve. % % plot_lc(rho,eta,marker,ps,reg_param) % % Plots the L-shaped curve of the solution norm % eta = || x || if p
www.eeworm.com/read/161189/10439973

m plot_lc.m

function plot_lc(rho,eta,marker,ps,reg_param) % % This copy of plot_lc.m was modified to change the appearance of the plot % for publication. % %PLOT_LC Plot the L-curve. % % plot_lc(rho,eta,mark
www.eeworm.com/read/161189/10439986

m plot_lc.m

function plot_lc(rho,eta,marker,ps,reg_param) % % This copy of plot_lc.m was modified to change the appearance of the plot % for publication. % %PLOT_LC Plot the L-curve. % % plot_lc(rho,eta,mark
www.eeworm.com/read/161189/10440132

m plot_lc.m

function plot_lc(rho,eta,marker,ps,reg_param) %PLOT_LC Plot the L-curve. % % plot_lc(rho,eta,marker,ps,reg_param) % % Plots the L-shaped curve of the solution norm % eta = || x || if p
www.eeworm.com/read/353536/10441100

m plot_com.m

% plot comparision %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Plot %%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% subplot(1,2,1),semilogy(SNR_Curve,T_BER_OFDM ,'k--',...
www.eeworm.com/read/353536/10441106

m ef_plot.m

% plot Error Floor %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Plot %%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% fm = 0:100:1000; semilogy(F, T_BER_OFDM ,'k--' );hold on