Command Reference : Matrix Language Reference
  
 
Syntax: @erecode(m3,m1,m2)
Argument 1: matrix, m3
Argument 2: matrix, m1
Argument 3: matrix, m2
Return: matrix
Returns the element recode using the conformable condition matrix m3 and the matrices m1 and m2. Example:
matrix m4 = @erecode(m3,m1,m2)