FIS = genfis1(DATA, NUMMFS, INPUTMF, OUTPUTMF) explicitly specifies:
* NUMMFS number of membership functions per input. A scalar value,
specifies the same number for all inputs and a vector value
specifies the number for each input individually.
* INPUTMF type of membership function for each input. A single string
specifies the same type for all inputs, a string array
specifies the type for each input individually.
* OUTPUTMF output membership function type, either 'linear' or 'constant'