Hello All, Probably a fairly simple question but I still can't figure this out. Suppose you have the following: mat A = (2,1\3,2\-2,2) mat B = (1,1\3,4\5,0) mat C = A,B\B,A mat list C C[6,4] c1 c2 c1 c2 r1 2 1 1 1 r2 3 2 3 4 r3 -2 2 5 0 r1 1 1 2 1 r2 3 4 3 2 r3 5 0 -2 2 But what if I want to get rid of all of the 'r1' rows? How can I do this? Thanks for your help.
-
Login or Register
- Log in with
Comment