How can we use Multi output ANFIS in matlab..?

조회 수: 25 (최근 30일)
subbash
subbash 2015년 3월 13일
댓글: Subarna Sivashanmugam 2020년 9월 29일
I am working on building a ANFIS Model which can process 3 inputs and two outputs. The ANFIS Literature states that, ANFIS only supports Multi input Single Output Models. I have planned to use two ANFIS Models to achieve my work. I dont know how to call/combine two anfis models in a single project. Any links or inputs for solving my problem would be helpful.
Thanks in advance

답변 (1개)

Yarpiz / Mostapha Heris
Yarpiz / Mostapha Heris 2015년 9월 12일
Unfortunately, the ANFIS functionality in MATLAB and Fuzzy Logic Toolbox, does not support multiple outputs. But, you can create a structure or cell array, and store an ANFIS structure per output, as the elements of the created array. That is, you train a single-output ANFIS for any of output variables and simulate the multiple outputs, by means of cell or structure arrays.
  댓글 수: 1
Subarna Sivashanmugam
Subarna Sivashanmugam 2020년 9월 29일
Hi,
Could you please elaborate on this or else it would be helpful if you provide some documents for reference.
Thank you.

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

카테고리

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