I am implementing a ANFIS model with hydrid training method. I have 13 inputs that maps to one output. I framed rules with respect to my system. When I train data, i get the below error:
Number of output MF’s is not equal to number of rules
Any clues about where I am going wrong?
Quote from the Fuzzy Logic Toolbox User’s Guide:
The ANFIS model structure should therefore look like this:

FYI the error comes from the following code snippet: