MATLAB Function Reference | Search  Help Desk |
add_sets | See Also |
Add fuzzy sets along one or more dimension of the space
Syntax
m = add_sets(m,i,n,t)
m = add_sets(m,i,n,t)
Description
m = add_sets(m,i,n,t)
adds n
sets to the dimension i
of the Mamdani Function m
. The sets are of type t
Accepted values for t
are 'constant, 'trapezoidal','gaussian'
and 's-shaped'.
m = add_sets(m,i,n,t)
where n
where n is a cell array of linguistic
values attaches the corresponding sets to the dimension i
.