Products & Services Solutions Academia Support User Community Company

Learn more about Fuzzy Logic Toolbox   

newfis - Create new Fuzzy Inference System

Syntax

a=newfis(fisName,fisType,andMethod,orMethod,impMethod,
...  
 aggMethod,defuzzMethod) 

Description

This function creates new FIS structures. newfis has up to seven input arguments, and the output argument is a FIS structure. The seven input arguments are as follows:

Examples

The following example shows what the defaults are for each of the methods.

a=newfis('newsys');
getfis(a)

returns

        Name = newsys
        Type = mamdani
        NumInputs = 0
        InLabels =
        NumOutputs = 0
        OutLabels =
        NumRules   0
        AndMethod   min
        OrMethod   max
        ImpMethod   min
        AggMethod   max
        DefuzzMethod   centroid
ans =
     [newsys]

See Also

readfis, writefis

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS