代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/318008/13490616

m set_my_path.m

%%%%%%%%%%%%%%% set_my_path.m %%%%%%%%%%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/316129/13529672

txt readme.txt

The simulator GUI is started with command 'ui_start' in Matlab command window. WLAN simulation starts by clicking the 'Start Simulation' button in the GUI window. WLAN simulation can be terminat
www.eeworm.com/read/315528/13541111

txt newton迭代法.txt

自己用matlab编写的newton迭代法解方程的通用程序;
www.eeworm.com/read/315135/13550395

readme

CELP 1.1, Jan 2007 by Yuri Gribov (Moscow, Russia) Requires: Matlab 7.1 Feature requests, bug reports and comments are welcomed at tetra2005@mail.ru Description ----------- CELP (CELl P
www.eeworm.com/read/313956/13578242

htm hmfasb.htm

Communication Toolbox MATLAB Functions and SIMULINK Blocks Communication Toolbox MATLAB Functions and SIMULINK Blocks This toolbox contains both SIMULINK functi
www.eeworm.com/read/313762/13581317

dat bookinfo.dat

[General Information] 书名=MATLAB仿真技术与应用 作者= 页数=285 SS号=0 出版日期=
www.eeworm.com/read/307390/13723457

txt readme_ncutclustering.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Normalized Cut Clustering Code % % % % Timothee Cour (UPENN), Stella Yu
www.eeworm.com/read/306835/13737080

dat bookinfo.dat

[General Information] 书名=MATLAB基础与编程入门 作者= 页数=265 SS号=11212368 出版日期=
www.eeworm.com/read/305575/13765347

m jgraph_quirks.m

function[]=jgraph_quirks %JGRAPH_QUIRKS Solutions to some common Matlab graphics quirks. % % How do I make tick-marks disappear after a call to CONTOURF or PCOLOR? % Matlab strangely places th
www.eeworm.com/read/305390/13772276

m gauss.m

function quad=gauss(f,a,b,A,W) %Input - f is the integrand % - a and b upper and lower limits of integration % - A is the 1 x N vector of abscissas from Table 7.9 %