Fuzzy Logic Toolbox - ruleview command
Mostra commenti meno recenti
When i use
> ruleview(myfis)
i can see my fuzz logic rules. but with the inputs of [0.5 0.5 5].
Manually i change input vector to my desired values.
How can i change input vector of ruleview, from the command line? Thank you
Risposte (1)
nayomi ranamuka
il 28 Mag 2011
0 voti
You can try this,
a=readfis(myfis); evalfis([5 5], a)
Categorie
Scopri di più su Fuzzy Logic in Simulink in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!