필터 지우기
필터 지우기

Getting Error/ warning for Fuzzy logic

조회 수: 7 (최근 30일)
MAZBAHUR KHAN
MAZBAHUR KHAN 2020년 11월 22일
답변: Sanju 2024년 4월 25일
I am trying to do a simulation of Fuzzy logic. i am getting this this Error " no rules fired for Output 1. Defuzzified output value set to its mean range value 0"
I have 2 inputs and 1 output.

답변 (1개)

Sanju
Sanju 2024년 4월 25일
To solve this issue, you can try out the following steps,
  1. Increase input range values of the fuzzy inference system (FIS).
  2. Limit input values to individual input range values before you feed it to the FIS.
  3. Make sure the rules cover all the input space so that at least one rule is fired during the inference process. Look at the control surface of the FIS.
  4. In evalfisOptions object, set diagnostic messages to "none".
If the issue is not solved please share your model to reproduce the issue,
Hope this helps!

카테고리

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

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by