help-octave
[Top][All Lists]
Advanced

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

S: Example


From: Francesco Potorti`
Subject: S: Example
Date: Tue, 18 Jul 1995 20:26 +0100 (MET)

I get:

octave:1> a = [ -5 2; 4 7]
a =

  -5   2
   4   7

octave:2> a(a<0) = 4711
error: single index only valid for row or column vector
error: evaluating assignment expression near line 2, column 8


reply via email to

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