In matlab, deleting the 2nd row of matrix A is
A(2,:) = [];
How to delete a row of matrix in julia? I tried to use A(2,:
A(2,:
I think this is the shortest answer A[1:size(A,1) .!= 2,: ]
https://groups.google.com/forum/#!topic/julia-dev/goVB9Pp74H4