plotfis
Display fuzzy inference system
Description
plotfis(
displays a high-level diagram of
a fuzzy inference system (FIS).fis
)
When
fis
is a Mamdani or Sugeno FIS, the center of the display shows the name, type, and rule count for the FIS. The input variables with their associated membership functions are displayed on the left, and the outputs with their associated membership functions are displayed on the right.When
fis
is a FIS tree, the display shows the inputs, outputs, component FIS objects, and connections of the specified FIS tree.
plotfis(
configures display properties using one or more name-value arguments.fis
,Name=Value
)
Examples
Input Arguments
Alternative Functionality
App
You can interactively view the high-level structure of a FIS using the Fuzzy Logic Designer app.