If you want to delete a row in Matlab, you can use the delete command. To delete the first row of a matrix, use the command: delete(1,1) ..