octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

negative indeces found by "find"


From: Levente Torok
Subject: negative indeces found by "find"
Date: Tue, 26 Oct 2010 13:45:31 +0200

Hi Guys,

I have a sparse matrix docByWordsS.
octave:30> size(docByWordsS)
ans =

   101970   333596

octave:31> inx=find( docByWordsS );
octave:32> length(find(inx < 0))
ans =  228061

octave:33> version % ubuntu
ans = 3.2.3


Have you already dealt with this thing?

Thanks,

Lev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]