How to combine And/Or connections in building up Fuzzy rule base

9 ビュー (過去 30 日間)
Dipankar Chowdhury
Dipankar Chowdhury 2021 年 4 月 28 日
回答済み: Pratyush Roy 2021 年 5 月 17 日
Hi
How can I write rules of the following form?
IF Input1 = Low And Input2 = Medium or Input3 = High Then Output = Low
In my project, I am using 11 input parameters to predict one output parameter. I want to create a rule base of the following form:
IF (I1= X1 And I2=X2 And I2=X3 And I4=X4) Or (I5= X5 And I6=X6 And I7=X7 And I8=X8) Or I9=X9 Or I10=X10 Or I11=X11 Then Output=Z1
Can I combine And/Or connections in the FLS toolbox to build the rule base?
BR
Dipankar

回答 (1 件)

Pratyush Roy
Pratyush Roy 2021 年 5 月 17 日
Hi Dipankar,
The documentation link here might be helpful to understand how to build a rule base using Fuzzy Logic Toolbox in MATLAB.
Hope this helps!

カテゴリ

Help Center および File ExchangeFuzzy Logic in Simulink についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by