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
回答(1 个)
nayomi ranamuka
2011-5-28
0 个投票
You can try this,
a=readfis(myfis); evalfis([5 5], a)
类别
在 帮助中心 和 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!