How to export rules from Fuzzy GUI to text file in English readable format
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
I am working with Fuzzy GUI in MATLAB 7.11.0 R2010b. Is there a way to export the rule list as exactly indicated in the Rule Ediditor in Matlab - as I need to apply those rules to my program algorithm. It is too stressful to type out hundreds rules...
Thanks in advance.
0 件のコメント
回答 (2 件)
Arkadiy Turevskiy
2012 年 10 月 19 日
1. File -> export -> workspace -> myfis
2. >>showrule(myfis)
3. copy paste the text
For more details:
>>doc showrule
Arkadiy
0 件のコメント
Reza Ahmadzadeh
2012 年 10 月 15 日
1- file > export > workspace (myfis.fis)
2- myfis.rule.antecedent
3- myfis.rule.consequent
3- myfis.rule.weight
4- ....
you can have all you want !!!
参考
カテゴリ
Help Center および File Exchange で Fuzzy Logic in Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!