On Monday, December 10, 2012 11:22:28 AM UTC+1,
blanc...@exameca.fr wrote:
>
> You can try this :
>
> data(vectorfind(data, data3, 'r') , :)=[];
>
Well this solution is good if you know
which row vector you want to remove from
your matrix. But in your first post you
ask for a method which can delete the
equals rows of a matrix and this is
exactly what the piece of code I posted
do (but maybe I didn't understand what
you was looking for).
Bruno