matrix_column/3

"matrix_column(+ Matrix,+ Column,- _NewMatrix" )_

Select from Matrix the column matching Column as new matrix NewMatrix. Column must have one less dimension than the original matrix.