matrix2xy matrix position to chess xy position
xy_pos = matrix2xy(m_pos)
A position is given in matrix notation and the chess xy position is required.
Inputs:
Outputs:
Transform a position from matrix notation into chess xy position
xy_pos = matrix2xy([2 4])
xy_pos =
4 7