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!