Fuzzy Logic Toolbox    

An Example: Two Lines

To see a specific example of a system with linear output membership functions, consider the one input one output system stored in sugeno1.fis.

The output variable has two membership functions.

Further, these membership functions are linear functions of the input variable. The membership function line1 is defined by the equation

and the membership function line2 is defined by the equation

The input membership functions and rules define which of these output functions will be expressed and when.

The function plotmf shows us that the membership function low generally refers to input values less than zero, while high refers to values greater than zero. The function gensurf shows how the overall fuzzy system output switches smoothly from the line called line1 to the line called line2.

This is just one example of how a Sugeno-type system gives you the freedom to incorporate linear systems into your fuzzy systems. By extension, you could build a fuzzy system that switches between several optimal linear controllers as a highly nonlinear system moves around in its operating space.


  Sugeno-Type Fuzzy Inference Conclusion