| Fuzzy Logic Toolbox | ![]() |
Plot all of the membership functions for a given variable
plotmf(fismat,varType,varIndex)
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 'input' or 'output'), and varIndex. This function can also be used with the MATLAB function, subplot.
a = readfis('tipper');
plotmf(a,'input',1)

| plotfis | probor | ![]() |
© 1994-2005 The MathWorks, Inc.