readfis
Load fuzzy inference system from file
Description
You can load a fuzzy inference system (FIS) from a FIS file
(*.fis
) 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 a function, such as readfis
and
getCodeGenerationData
, or an app, such as Fuzzy Logic
Designer.