matrix2chess matrix to chess notation
n = matrix2chess(pos)
A position is given in matrix notation and the chess notation is required.
Inputs:
Outputs:
Transform a position from matrix notation into chess notation
n = matrix2chess([2 4])
n = d7
matrix2xy
Published with wg_publish; V1.0