代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/196814/8058828

m rand.m

%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵 %RAND Uniformly distributed random numbers. % RAND(N) is an N-by-N matrix with random entries, chosen from % a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/296717/8080537

txt readme.txt

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/296383/8108088

dat bookinfo.dat

[General Information] 书名=MATLAB M语言高级编程 作者= 页数=229 SS号=11246691 出版日期=
www.eeworm.com/read/295984/8130405

c sjbh1_mex.c

/* * MATLAB Compiler: 3.0 * Date: Fri Sep 03 08:56:52 2004 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/247324/12665616

txt readme.txt

RSA Encryption and Decryption using Matlab by Thunyawat Rajatasereekul and Voranon Kiettrsalpipop ECE575, Winter 2002, Oregon State University Prof, Cetin Keya Koc The program set contains thirt
www.eeworm.com/read/145495/12717804

m basics.m

% Appendix F: MATLAB Basics, Section F.2, p. 818-823. % % The MATLAB input/output described in Section F.2, including % Figures F.1 - F.11 are shown here. After each subtopic, a % pause is
www.eeworm.com/read/145339/12735028

txt installation instructions.txt

Installation instructions (UNIX version) ---------------------------------------- 1. Uncompress and extract the archive in the matlab program directory, using the following commands: g
www.eeworm.com/read/331961/12793925

txt readme.txt

The Finite Element Method Using MATLAB, 2nd Edition System requirements: Windows 95, 98, or NT 4.0 Minimum - 640x480 256 color display Recommended - 800x600 16-bit or higher color display 12
www.eeworm.com/read/331940/12795969

txt 说明.txt

本例演示了如何用matlab进行图像识别,适合对matlab和图像处理有一定基础的爱好者学习。 将文件放于matlab目录下work文件夹中运行
www.eeworm.com/read/144351/12801102

m q808.m

%《MATLAB在电子信息课程中的应用》第八章例8.8程序q808 % 零点对二阶连续系统和离散系统的脉冲响应的影响 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,clf, wn=1; zeta=0.4; % 设定参数wn, zeta for Tp=[0.2,1,5] % 设定参数Tp den=conv([Tp,1],[1,2*z