plotrule
Description
plotrule(
displays a rule inference
diagram for fuzzy inference system fis
)fis
. This syntax uses the midpoint
of each input range as the corresponding input value. The inference diagram shows how the
fuzzy system computes a crisp output value using the following steps:
Fuzzify inputs using rule antecedents.
Determine rule firing strengths based on fuzzy input values and antecedent operators.
Determine output fuzzy set for each rule using implication.
Aggregate the fuzzy sets from all rules into a single fuzzy set.
Calculate a crisp output value by defuzzification of the aggregated fuzzy set.
plotrule(
configures the rule inference plot using one or more name-value arguments.fis
,Name=Value
)
Examples
Input Arguments
Alternative Functionality
App
You can interactively view the rule inference process for a FIS using the Fuzzy Logic Designer app. For more information, see Analyze Fuzzy System Using Fuzzy Logic Designer.
Version History
Introduced in R2024b