필터 지우기
필터 지우기

How Do I Fix This Fuzzy Gain Scheduling System?

조회 수: 1 (최근 30일)
Isyraf Izuddin
Isyraf Izuddin 2022년 6월 7일
댓글: Sam Chak 2022년 6월 9일
Here I attached The System by following this paper that i find. I can not run the system because of the error.

채택된 답변

Sam Chak
Sam Chak 2022년 6월 9일
The error occurs because the Plant Transfer Function block can ony accept 1 INPUT, instead 3 SEPARATE Inputs.
The PID controller produces only 1 Output, despite it has 3 Components, namely Proportional, Derivative, and Integral actions.
Important node: Fixing this issue should allow you to run the simulation without error message.
You have designed 3 Fuzzy Systems for the Nonlinear Gain Schedules of Kp, Kd, and Ki. Unknowingly, I suspect that you created outputs {, , α} for each of the Fuzzy System.
So, please ensure that each Fuzzy System has only one corresponding Output as shown in the figure below, and the problem should be fixed. Whether the results are satisfactory or not, this is a different unrelated issue that requires some tuning of the fuzzy membership functions and the rules. In fact, you shouldn't directly follow the proposed values {10000}, {500}, and {1} in the paper if your Plant model is different. I understand that you may want to get it run successfully first, and then tune them later.
  댓글 수: 8
Isyraf Izuddin
Isyraf Izuddin 2022년 6월 9일
Thank you for your time but i proceed with another system
Thank You Very Much....
Sam Chak
Sam Chak 2022년 6월 9일
No worries. Hope you design a good fuzzy system.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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