How to combine two fuzzy inference system in Simulink?

10 views (last 30 days)
Two fuzzy inference system(FIS) has different input features where both FIS have same output classes.
I need to combine both FIS and get single output. Which block i need to use in the library browser (Simulink) to combine them to get single output.
As i need to form more rule so i done two sets of fuzzy inference system to reduce the rules.
Please help me how to combine them in simulink to get single output.

Accepted Answer

Sam Chak
Sam Chak on 28 Jul 2022
I don't know how your Rules and FIS work, but you can try combining both FIS blocks in the additive way:
Also, note that the FIS supports MIMO system. In other words, it is possible to design one single FIS as such
and then the final output is
  5 Comments
Sam Chak
Sam Chak on 29 Jul 2023
Thanks for your feedback. Since this doesn't work for you, please open a new question, and then describe your fuzzy problem if you want to build the connected fuzzy inference systems, something similar to what is shown below.
A sketch is preferable for clarity because the FIS can be connected in various configurations.
Do you want to connect the two Mamdani FIS in MATLAB or Simulink?
plotfis(Tree)

Sign in to comment.

More Answers (0)

Categories

Find more on Fuzzy Logic in Simulink in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!