代码搜索:Customized

找到约 858 项符合「Customized」的源代码

代码结果 858
www.eeworm.com/read/123143/14645779

m custimp.m

function y=custimp(x1,x2) %CUSTIMP Customized implication function for CUSTTIP.FIS. % OUT = CUSTIMP(IN1,IN2) calculates the implication output. % The implication operator must be able to suppor
www.eeworm.com/read/334076/12643198

m contents.m

% Fuzzy Logic Toolbox Demos. % % General demos % defuzzdm - Defuzzification methods. % fcmdemo - Fuzzy c-means clustering demo (2-D). % fuzdemos - List of all Fuzzy Logic Toolbox dem
www.eeworm.com/read/334076/12643402

m custimp.m

function y=custimp(x1,x2) %CUSTIMP Customized implication function for CUSTTIP.FIS. % OUT = CUSTIMP(IN1,IN2) calculates the implication output. % The implication operator must be able to suppor
www.eeworm.com/read/334076/12643446

m custand.m

function y=custand(x) %CUSTAND Customized AND function for CUSTTIP.FIS. % % Copyright (c) 1994-98 by The MathWorks, Inc. % $Revision: 1.3 $ y=min(x).^0.5;
www.eeworm.com/read/389692/8507908

m custmf.m

function y = custmf(x,params) %CUSTMF Customized membership function for CUSTTIP.FIS. % This function is really just TRAPMF in disguise. % Copyright 1994-2002 The MathWorks, Inc. % $Rev
www.eeworm.com/read/389692/8507924

m custdfuz.m

function y=custdfuz(x,mf) %CUSTDFUZ Customized defuzzification function for CUSTTIP.FIS % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $ y=defuzz(x,mf,'centroid')/2;
www.eeworm.com/read/389692/8508078

m custagg.m

function y=custagg(x) %CUSTAGG Customized aggregation function for CUSTTIP % % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $ y=(sum(x)/2).^0.5;
www.eeworm.com/read/389692/8508316

m custor.m

function y=custor(x) %CUSTOR Customized OR functions for CUSTTIP.FIS. % This function is really just PROBOR in disguise. % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $
www.eeworm.com/read/359005/10172047

m custmf.m

function y = custmf(x,params) %CUSTMF Customized membership function for CUSTTIP.FIS. % This function is really just TRAPMF in disguise. % Copyright 1994-2002 The MathWorks, Inc. % $Rev
www.eeworm.com/read/359005/10172056

m custdfuz.m

function y=custdfuz(x,mf) %CUSTDFUZ Customized defuzzification function for CUSTTIP.FIS % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $ y=defuzz(x,mf,'centroid')/2;