help-octave
[Top][All Lists]
Advanced

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

is this a bug?


From: Vu Nguyen-Cong
Subject: is this a bug?
Date: Wed, 02 Jul 1997 18:00:38 JST

The following is what I did with octave-2.0.8 on Linux

z = [
   1       0       0
   1       0       0
   0       1       0
   0       1       0
   0       0       1
   0       0       1
];

z(:, any(z))

ans =

  1  1  1
  1  1  1
  0  0  0
  0  0  0
  0  0  0
  0  0  0

Vu Nguyen-Cong
address@hidden



reply via email to

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