Hello,Is there any simple way to remove from one vector elements which are in another vector. For example:
a=[1 2 3 4 5 6 7 8] b=[1 3 5] resulting vector: c=[2 4 6 7 8]. I wonder if this can be done without a "for" loop.
Thanks in advance, Iza _______________________________________________ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users