代码搜索:plot

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

代码结果 10,000
www.eeworm.com/read/145526/12716776

m exa030203.m

%---------------------------------------------------------------------------- % exa030203, for example 3.2.5 % to explain how to do DTFT %-----------------------------------------------------------
www.eeworm.com/read/145526/12716779

m exa080901_dct1_test.m

%--------------------------------------------------------------------------- % exa080901_dct1_test, for exa8.9.1 % to call function exa080901_dct1; %------------------------------------------------
www.eeworm.com/read/145526/12716789

m exa070901_fir1.m

%------------------------------------------------------------------------------- % exa070901_fir1.m , for example 7.9.1 and 7.1.1 % to test fir1.m, %------------------------------------------------
www.eeworm.com/read/145526/12716792

m exa090300_2.m

%----------------------------------------------------------------------------- % exa090300_2.m, for fig. 9.3.2, %----------------------------------------------------------------------------- clea
www.eeworm.com/read/145526/12716932

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/145526/12716962

m exa031101_conv.m

%---------------------------------------------------------------------------- % exa031101_conv.m, for example 3.11.1 % % 不使用“fftfilt"文件,自己编程实现一个长序列和一个短序列的卷积。 %------------------------------------
www.eeworm.com/read/145526/12716976

m exa090501.m

%---------------------------------------------------------------------------- % exa090501.m, for example 9.5.1, %---------------------------------------------------------------------------- clear;
www.eeworm.com/read/145526/12716991

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/145495/12717748

m fig6_14.m

% Chapter 6: Figure 6.14, p. 315 % % Compute and plot the roots of the characteristic % equation q(s) = s^3 + 2 s^2 + 4 s + K for 0 < K < 20. % K=[0:0.5:20 ]; for i=1:length(K) q=[1 2 4 K(i)]; p
www.eeworm.com/read/145495/12717798

m plotdata.m

% Appendix F: MATLAB Basics, Section F.5, p. 830-831. % % MATLAB's use of scripts is described in Section F.5. % The script described in Figure F.21 is given here. It % can be used to plot