FIS Editor (fuzzy logic)

17 ビュー (過去 30 日間)
Jamal Zafar
Jamal Zafar 2011 年 3 月 25 日
コメント済み: Sam Chak 2022 年 9 月 29 日
Hi, I want to set a rule using Matlab FIS EDITOR (Fuzzy Logic Toolbox) which is of the followig form: if ....... AND ...... OR ...... THEN ......
Someone plz tell me how can I set such a rule using Rule Viewer in Matlab.

回答 (3 件)

ali kenari
ali kenari 2011 年 8 月 23 日
Hi, I know about fuzzy rules but I don't know how can we optimize them.

Sunny
Sunny 2022 年 9 月 29 日
fuzzy

Sunny
Sunny 2022 年 9 月 29 日
Type of clothes- silk, cotton, woolen, jeans
type of dirt- greasy, non greasy, mix
type of detergent- solid, liquid
mass of clothes- 1-21b, 3-51b, 7-101b
water leval- low, medium, high
water temp- cold,warm,hot
dirtiness of cloths- low, medium, high
Total Membership Rules: 4*3*2*3*3*3*3=1944 rules
Multiplication of all the inputs of each membership function
  1 件のコメント
Sam Chak
Sam Chak 2022 年 9 月 29 日
Yeah, this is called the Curse of Dimensionality. But, what exactly is the output?
nRules = (2)*(3^5)*(4)
nRules = 1944
If you analyze the functions of the Laundry Washer, you should be able to identify what inputs can be eliminated (moved up to the hierarchy of the control logic) from the FIS to reduce the number of Rules substantially.

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by