abcfixed Calculate the initial ANFIS model parameters.
abc = abcfixed(E,L,FP); [abc, pqr]=abcfixed(E,L,FP);
Training data, each variables arranged in a column, with last column as the output varaible
Number of membership functions per input variable
Membership function, 'gbellmf', 'trimf' or 'trapmf'
ANFIS model parameters, input membership functions
ANFIS model parameters, output rules parameters
This function calculate the initial ANFIS model parameters, each row representing one membership function. Total number of rows is the number of input variables mutiply by the number of membership functions per input variable.