I have a 3 column by N row matrix that is created by tracing a marker with respect to ground. I need to delete a row from this matrix with a python script. It would be nice to be able to do this to any row, but my immediate need is to remove the first row (or the first three values). I can get a reference to the matrix with no issue, but there is something I am missing in order to delete values. Any thoughts please?