www.gusucode.com > ​《模糊逻辑工具箱新》(Fuzzy Logic Toolbox Add-On)程序源码 > fis2txt.m

    % FIS2TXT Write 'FIS' struct in ASCII text file.
% 
%         fis2txt(Model,'File.txt')
% 
% Arguments:
% 
%     Model -> 'FIS' fuzzy model. It could be a 'FIS' variable or a string with
%               the name of '.fis' file. See Fuzzy Logic Toolbox help for more
%               information about FIS.
%
%     'File.txt' -> String with the name of file to write. This file will be
%                   overwrited without confirmation.
%     
%  See also FUZCOMB, FUZEVAL, FUZJAC, FUZPRINT, TXT2FIS
%
% ##########################################################################
%
% Authors:
%    Antonio Javier Barrag?n Pi?a
%    URL: http://www.uhu.es/antonio.barragan
%    e-mail: antonio.barragan@diesia.uhu.es
%    
%    Jos? Manuel And?jar M?rquez
%    e-mail: andujar@diesia.uhu.es
%
% Department of Electronics Engineering, Computer Systems and Automatics
% EPS La R?bida, University of Huelva (Spain)
%
% ##########################################################################