Fuzzy Logic Toolbox - ruleview command

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

Antworten (1)

nayomi ranamuka
nayomi ranamuka am 28 Mai 2011

0 Stimmen

You can try this,
a=readfis(myfis); evalfis([5 5], a)

Kategorien

Mehr zu Fuzzy Logic in Simulink finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 1 Mai 2011

Community Treasure Hunt

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

Start Hunting!

Translated by