The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: fis = readfis ()
Function File: fis = readfis (filename)

Read the information in an FIS file, and using this information, create and return an FIS structure. If called without any arguments or with an empty string as an argument, present the user with a file dialog GUI. If called with a filename that does not end with ’.fis’, append ’.fis’ to the filename. The filename is expected to be a string.

Three examples of the input file format:

  • heart_disease_risk.fis
  • mamdani_tip_calculator.fis
  • sugeno_tip_calculator.fis

Six example scripts that use readfis:

  • cubic_approx_demo.m
  • heart_disease_demo_2.m
  • investment_portfolio_demo.m
  • linear_tip_demo.m
  • mamdani_tip_demo.m
  • sugeno_tip_demo.m

See also: writefis.

Package: fuzzy-logic-toolkit