From bug-octave-request at che dot utexas dot edu Tue Dec 13 15:36:59 1994 Subject: length From: Benjamin Mull To: bug-octave at che dot utexas dot edu Date: Tue, 13 Dec 1994 15:36:57 -0600 (CST) For some reason, the length command does not work for column vectors. e.g.: u=rnd(10,1); length(u(:,1)) It might also fail under other circumstances. Ben