フィルターのクリア

How can ı set automatically rules into fuzzy logic ruleset ??

2 ビュー (過去 30 日間)
Can Alevli
Can Alevli 2014 年 3 月 26 日
コメント済み: Arkadiy Turevskiy 2015 年 3 月 2 日
I use Matlab (R2013b). And ı use fuzzy logic toolbox .I prepared fuzzy logic set for my application.I want to add rules on the fuzzy ruleset .But ı have 13.000 rules.So ı want to add automaticallty rules into ruleset .
How can ı do ? Is it possible ?
Thanks.

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014 年 3 月 27 日
編集済み: Arkadiy Turevskiy 2014 年 3 月 27 日
You can try doing it with addrule command. You'll need to provide a matrix with your rules as input argument.
  4 件のコメント
Nouran Radwan
Nouran Radwan 2015 年 2 月 27 日
I read the addrule command but i can't find any thing to add rules automatically .. it is just explain to add rule one by one.
Arkadiy Turevskiy
Arkadiy Turevskiy 2015 年 3 月 2 日
You probably did not read the doc closely enough. It explains that addrule lets you add mutiple rules simultaneously by providing a matrix of rules as the second input argument. The example provided in the doc shows how to add 2 rules simultaneously, but you can use an arbitrary number of rules this way. Now, you refer to "automatically" adding rules. What do you mean by "automatically"? You have to define the rules yourself, our software cannot do that for you.

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

カテゴリ

Help Center および File ExchangeFuzzy Inference System Modeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by