Fuzzy Logic Toolbox    
showrule

Display FIS rules.

Syntax

Description

This command is used to display the rules associated with a given system. It can be invoked with one to four arguments. The first argument, fis, is required. This is the MATLAB workspace variable name for a FIS structure. The second (optional) argument indexList is the vector of rules you want to display. The third argument (optional) is the string representing the format in which the rules are returned. showrule can return the rule in any of three different formats: 'verbose' (the default mode, for which English is the default language), 'symbolic', and 'indexed', for membership function index referencing.

When used with four arguments, the forth argument must be verbose, and showrule(fis,indexList,format,lang) displays the rules in the language given by lang, which must be either 'english', 'francais', or 'deutsch'.

Examples

See Also

addrule, parsrule, ruleedit


  showfis sigmf