代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/340083/12182860

txt matlab实用程序百例3.txt

实例72:图像分析(1) h0=figure('toolbar','none',... 'position',[198 56 350 468],... 'name','实例72'); h1=axes('parent',h0,... 'position',[0.25 0.45 0.5 0.5],... 'visible','off'); I=imre
www.eeworm.com/read/340083/12182864

txt matlab实用程序百例2.txt

实例47:曲线标记 h0=figure('toolbar','none',... 'position',[198 56 408 468],... 'name','my second gui'); h1=axes('parent',h0,... 'position',[0.15 0.45 0.7 0.5],... 'visible','on'); x
www.eeworm.com/read/252396/12284192

mht matlab file least-squares polynomial approximations.mht

From: Subject: Matlab File: Least-squares polynomial approximations Date: Thu, 12 Apr 2007 11:50:14 +0800 MIME-Version: 1.0 Content-Type: multipart/related; ty
www.eeworm.com/read/251797/12319227

txt 数字信号处理实验matlab程序(二).txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%ntvc xjh 2007-10-12%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%实验二 上机内容(1)参考程序1:电子051、053班使用%%%%%%%%%%%%%%%%%%%%%% %采用矩阵运算来计算频率响应 w=[0:1:500]*pi/500;
www.eeworm.com/read/251797/12319232

txt 数字信号处理实验matlab程序(一).txt

%实验一上机内容(1) a=[1 2 3 4 ]; b=[3 4 5 6]; c=a+b; d=a-b; e=a.*b; f=a./b; g=a.^b; n=[0:3]; figure(1);clf subplot(2,2,1);stem(n,a);title('a=[1 2 3 4 ]'); subplot(2,2,2);stem(n,b);title('b