Fuzzy Logic Toolbox - ruleview command

조회 수: 2 (최근 30일)
ben harper
ben harper 2011년 5월 1일
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
nayomi ranamuka 2011년 5월 28일
You can try this,
a=readfis(myfis); evalfis([5 5], a)

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by