MATLAB: ANFIS

anfisannfisfuzzyneural networks

Anfis can solve only 1 output. How can I set it more than 1 Output??

Best Answer

ANFIS was designed for one output only, so that if you have muti output, you can create separate ANFIS models as subsystems. Another way is to use coactive ANFIS, CANFIS. CANFIS is designed for multi-input-multi output systems. CANFIS is not available in Matlab.
Related Question