Save fuzzy inference system to file
You can save a fuzzy inference system (FIS) in a .fis
file
using the writeFIS
function. To load the saved file, use the readfis
function.
Note
Do not manually edit the contents of a .fis
file. Doing so can
produce unexpected results when loading the file using readfis
.
writeFIS(
opens a dialog box for saving
a FIS. In this dialog box, specify the name and location of the fis
).fis
file.