代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/136696/13365586

m comple.m

function [notdA] = comple(dA) %COMPLE: This function operate as a quantifier on matrix of fuzzy values % A, and will returns the membership function related to % 'comple A'. %
www.eeworm.com/read/136696/13365611

old fisdemo.old

% Demo file for Fuzzy Inference Systems toolbox for MATLAB. % ****** FISMAT ******* % This demonstration program present most of m_files created for % fuzzy inference systems to
www.eeworm.com/read/136696/13365623

m bell_2.m

function y = bell_2(x, a, b, c) % BELL_2: Generalized bell-shaped membership function with three % parameters a, b, c. (defaults are 1,1, and 0). % % Y =
www.eeworm.com/read/136696/13365633

m intersec.m

function [dA1dA2] = intersec(dA1,dA2) %INTERSEC: The intersection of matrix of fuzzy values A and B over the % same universe will be calculated. % % [A1&A2] = I
www.eeworm.com/read/136696/13365652

m grademf.m

function [gmf]=grademf(A,Ao,u) %GRADEMF: Grade of Membership Function: Consider a matrix of fuzzy % values A over universe of U. This function returns the grade % of membership func
www.eeworm.com/read/136696/13365657

m not.m

function [dnotA] = not(dA) %NOT: This function operate as a quantifier on matrix of fuzzy values % A, and will returns the membership function related to % 'not A'. % %
www.eeworm.com/read/136583/13370479

txt~ readme.txt~

Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. This version was last updated on 18 January 2003. Installation ------------
www.eeworm.com/read/136583/13370512

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/321398/13407110

dat bookinfo.dat

[General Information] 书名=matlab6应用开发指南 作者= 页数=379 SS号=0 出版日期=
www.eeworm.com/read/321191/13410902

m hc721.m

%《数字信号处理教程——MATLAB释义与实现》第七章例7.2.1程序hc721 % 幅频特性与符幅特性的区别 % 电子工业出版社出版 陈怀琛编著 2004年9月 % clear b=[-1,2,4,2,-1];a=1; % 给定滤波器系数向量 [H,w]=freqz(b,a); % 求频率特性 subplot(2,2,1),p