Sorry for the inelegant title -- Suppose I have a matrix of 100 rows, E(1..100). I can create a vector A=(21..30) and then extract a submatrix of rows, E[A,.]. That will comprise 9 rows. Then is there a straightforward way to extract a submatrix of rows not identified in A? It would comprise 91rows. Some command akin to E["not A",.]
-
Login or Register
- Log in with
Comment