function [R]=remIndex3d(M) % remIndex(M) -- Strips the index (first) column from a matrix M(:,[1])=[]; R = M;