plotmf - Plot all membership functions for given variable
Syntax
plotmf(fismat,varType,varIndex)
Description
This function plots all of the membership functions in the FIS
called fismat associated with a given variable
whose type and index are respectively given by varType (must
be 'input' or 'output'), and varIndex.
This function can also be used with the MATLAB function, subplot.
Examples
a = readfis('tipper');
plotmf(a,'input',1)

See Also
evalmf, plotfis
 | plotfis | | probor |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit