How to export rules from Fuzzy GUI to text file in English readable format
조회 수: 2 (최근 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!