R
and S
are in the correct form (tested by checking
) and if the Rho1(R, S)
nl x 3 x r
containing r
fuzzy numbers characterized by means of nl
checking
to check if the array R
has the correct format. Moreover, the R
should coincide with the ones of the array S
(the function checks this condition).
nl x 3 x s
containing s
fuzzy numbers characterized by means of nl
checking
to check if the array S
has the correct format. Moreover, the S
should coincide with the ones of the array R
(the function checks this condition).
r x s
containing the 1-norm distances between the fuzzy numbers of the array R
and the fuzzy numbers of the array S
.checking
, Rho1Tra
# Example 1:
F=SimulCASE1(4)
S=SimulCASE1(5)
F=TransfTra(F)
S=TransfTra(S)
Rho1(F,S)
# Example 2:
F=SimulCASE1(4)
S=SimulCASE1(5)
S=TransfTra(S)
Rho1(F,S)
# Example 3:
F=SimulCASE1(4)
S=SimulCASE1(5)
F=TransfTra(F)
S=TransfTra(S,10)
Rho1(F,S)
Run the code above in your browser using DataLab