Evaluates a membership function dependent on the function type to return plottable values.
Usage
evalMF(x, mfParams, mfType)
Arguments
x
The variable range, numeric vector.
mfParams
The input parameters that will be used with a membership function. They should be in a numeric
vector which is the same length as required by the membership function's mfParams.
mfType
The type of the membership function, a string that can be either 'gaussMF', 'gaussbMF', 'triMF', or 'trapMF'.