Script File: mamdani_tip_demo

Demonstrate the use of the Octave Fuzzy Logic Toolkit to read and evaluate a Mamdani-type FIS stored in a file.

The demo:

  • - reads the FIS structure from a file
  • - plots the input and output membership functions
  • - plots each of the two FIS outputs as a function of the inputs
  • - plots the output of the 4 individual rules for (Food-Quality, Service) = (4, 6)
  • - plots the aggregated fuzzy output and the crisp output for (Food-Quality, Service) = (4, 6)
  • - displays the FIS rules in symbolic format in the Octave window

See also: cubic_approx_demo, heart_disease_demo_1, heart_disease_demo_2, investment_portfolio_demo, linear_tip_demo, sugeno_tip_demo.

Package: fuzzy-logic-toolkit