How to export rules from Fuzzy GUI to text file in English readable format

7 vues (au cours des 30 derniers jours)
Jacky
Jacky le 7 Août 2012
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.

Réponses (2)

Arkadiy Turevskiy
Arkadiy Turevskiy le 19 Oct 2012
1. File -> export -> workspace -> myfis
2. >>showrule(myfis)
3. copy paste the text
For more details:
>>doc showrule
Arkadiy

Reza Ahmadzadeh
Reza Ahmadzadeh le 15 Oct 2012
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 !!!
  1 commentaire
Jacky
Jacky le 16 Oct 2012
Hi,
I can do 1- file > export > workspace (myfis.fis)
but, this doesn't do anything. How can I do 2 and 3? I don't see that option
Thanks

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fuzzy Logic Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by