powered by
Calculates the number of breakpoints of a numerical matrix of alpha-cuts
nbreakpoints(data)
A numerical positive integer.
a matrix of numerical alpha-cuts or a 3-dimensional array. No NA are allowed.
X <- TrapezoidalFuzzyNumber(1,2,3,4) alpha.X <- alphacut(X, seq(0,1,0.01)) nbreakpoints(alpha.X)
Run the code above in your browser using DataLab