powered by
Verifies if a matrix is a fuzzification matrix of trapezoidal fuzzy numbers
is.trfuzzification(data)
A value TRUE if the concerned object is a trapezoidal or triangular fuzzification matrix, FALSE otherwise.
a matrix of 4 columns (p,q,r,s), where p \(\le\) q \(\le\) r \(\le\) s. No NA are allowed.
mat <- matrix(c(1,1,2,2,3,3,4,4),ncol=4) is.trfuzzification(mat)
Run the code above in your browser using DataLab