代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/304351/13795677

m exn911.m

%《<mark>MATLAB</mark>及其在理工课程中的应用指南》(十一五规划版)第九章例9-1-1程序 % 连续信号的<mark>MATLAB</mark>表述 % 西安电子科技大学出版社出版 陈怀琛编著 2007年7月 % clear, t0=0;tf=5;dt=0.05;t1=1; t=[t0:dt:tf]; % (1)单位脉冲信号, % 在t1(t0≤t1≤tf)处有一持续时间为dt,面积为1的脉冲信号,其余时间均为零。 ...
www.eeworm.com/read/304351/13795794

m exn546.m

%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第五章例5-4-6程序 % 三重积分 % 西安电子科技大学出版社出版 陈怀琛编著 2007年7月 % clear, close all dx=0.01;dy=dx;dz=dx;x=0:dx:1; for k=1:length(x) x1=(k-1)*dx; y=0:dy:x1; for j=1:len
www.eeworm.com/read/304061/13802253

txt 例1.14.txt

例1.14 help命令。 >> help % 在命令窗口直接输入help命令,显示在线帮助纵览。 HELP topics: matlab\general - General purpose commands. matlab\ops - Operators and special characters. matlab\lang - Pr
www.eeworm.com/read/303758/13809637

dat bookinfo.dat

[General Information] 书名=MATLAB神经网络仿真与应用 作者= 页数=330 SS号=0 出版日期=
www.eeworm.com/read/303558/13812552

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. clear n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/303558/13812600

m ip_04_04.m

% MATLAB script for Illustrative Problem 4.4. clear echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end
www.eeworm.com/read/303054/13822750

dat bookinfo.dat

[General Information] 书名=MATLAB扩展编程 含盘 作者= 页数=372 SS号=0 出版日期= Vss号=96066972
www.eeworm.com/read/301479/13858627

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. echo on n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/300891/13883326

txt 新建 文本文档.txt

SeismicLab, 免费MATLAB地震数据处理软件包
www.eeworm.com/read/150876/5688689

rc linsolver.rc

1 TYPELIB "D:/MATLAB701/work/src\\linsolver_idl.tlb"