


Creates a convex hull over the abnormal conclusions to 'normalize' them.
[c, mu] = convexHull(inf, sup, aCuts)
-------------------------------------------------------------------------
Parameters
-------------------------------------------------------------------------
inf - the infimums of the abnormal fuzzy set in descending order by the
alpha cuts
sup - the supremums of the abnormal fuzzy set in descending order by the
alpha cuts
aCuts - alpha values in descending order
-------------------------------------------------------------------------
Returned values
-------------------------------------------------------------------------
c - the new characteristic points after the 'normalization' in ascending
order
mu - membership values of the new characteristic points in ascending
order by the new characteristic points
-------------------------------------------------------------------------
Remarks
-------------------------------------------------------------------------
Krisztián Balázs, 19 June 2008