powered by
It is a constructor of trapezoidal shapes. They take as input the numerical values which define the anchor points in membership functions.
trapezoid_mf(a, b, c, d)
the trapezoid point a.
the trapezoid point b.
the trapezoid point c.
the trapezoid point d.
the (trapezoid_mf <- list(a,b,c,d))
(trapezoid_mf <- list(a,b,c,d))
# NOT RUN { trapezoid_mf(0, 1, 2, 3) # }
Run the code above in your browser using DataLab