Custom Sugeno Fuzzy Model
조회 수: 2 (최근 30일)
이전 댓글 표시
How can I use custom output fuctions instead of 'linear' and 'contant' in a Sugeno Model?
댓글 수: 0
답변 (1개)
Sam Chak
2024년 9월 29일
As of the R2024b release, custom output membership functions are still not supported for Sugeno systems (see addMF). There is no option available to specify a custom output membership function when designing a Sugeno FIS. Nevertheless, if you understand the fuzzy reasoning in Sugeno fuzzy systems, it is possible to write your own code to define the desired custom output membership function and perform the Sugeno fuzzy inference.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!