Load fuzzy inference system from file
You can load a fuzzy inference system (FIS) from a .fis
file
using the readfis
function. To save a FIS to a file, use the writeFIS
function.
Note
Do not manually edit the contents of a .fis
file. Doing so can
produce unexpected results when loading the file using readfis
.