MATLAB Function Reference | Search  Help Desk |
rem_sets | See Also |
remove the specified sets from the mamdani object
Syntax
m=rem_sets(m,i)
m=rem_sets(m,i,n)
Description
m=rem_sets(m,i)
remove all sets from output i of model m
.
m=rem_sets(m,i,n)
remove sets number n
from output i of model m
.