gusucode.com > 模糊控制工具箱 fuzzy logic toolbox源码程序 > fuzzy/fuzzy/ja/getfis.m

    % GETFIS 僼傽僕傿悇榑僔僗僥儉偺僾儘僷僥傿偺庢摼
% 
% OUT = GETFIS(FIS) 偼丄僼傽僕傿悇榑僔僗僥儉 FIS 偺堦斒揑側忣曬偺儕僗僩
% 傪弌椡偟傑偡丅
% OUT = GETFIS(FIS,'fisProp') 偼丄'fisProp' 偲柤晅偗偨 FIS 僾儘僷僥傿偺
% 僇儗儞僩偺抣傪弌椡偟傑偡丅
% OUT = GETFIS(FIS, 'vartype', 'varindex') 偼丄'varindex' 偺 'vartype'
% 偺堦斒揑側忣曬偺儕僗僩傪弌椡偟傑偡丅
% OUT = GETFIS(FIS, 'vartype', 'varindex', 'varprop') 偼丄'varindex' 偺
% 'vartype' 偵懳偡傞 'varprop' 偺僇儗儞僩偺抣傪弌椡偟傑偡丅 
% OUT = GETFIS(FIS, 'vartype', 'varindex', 'mf', 'mfindex') 偼丄儊儞僶
% 僔僢僾娭悢 'mfindex' 偺堦斒揑側忣曬偺儕僗僩傪弌椡偟傑偡丅
% OUT = GETFIS(FIS, 'vartype', 'varindex', 'mf', 'mfindex', 'mfprop') 
% 偼丄'mfindex' 偺 'mf' 偵懳偡傞 'mfprop' 偺僇儗儞僩偺抣傪弌椡偟傑偡丅
%
% 椺戣
%    a = newfis('tipper');
%    a = addvar(a,'input','service',[0 10]);
%    a = addmf(a,'input',1,'poor','gaussmf',[1.5 0]);
%    a = addmf(a,'input',1,'excellent','gaussmf',[1.5 10]);
%    getfis(a)
%
% 嶲峫    SETFIS, SHOWFIS.


%   Ned Gulley, 2-2-94, Kelly Liu 7-10-96
%   Copyright 1994-2004 The MathWorks, Inc.