This MATLAB function plots the membership functions for an input or output variable in the fuzzy inference system fis.
plotmf(___,numPoints)specifies the number of data points to plot for each membership function. example [xOut,mfOut] = plotmf(___)returns the universe of discourse (xOut) and membership function (mfOut) values without plotting them. Use this syntax whenfisis a type-1 fuzzy inference system....
This MATLAB function plots the membership functions for an input or output variable in the fuzzy inference system fis.