From bug-octave-request Tue Dec 8 10:26:47 1992 Subject: Bug in colloc ? From: esm (Edward Scott Meadows) To: bug-octave Date: Tue, 8 Dec 92 10:32:38 -0600 I was trying out colloc and got the following result: [2]esm at june:\> octave octave:1> colloc(5) colloc: first argument must be a scalar octave:2> colloc ussage: colloc (ncol [, 'left'] [, 'right']) octave:3> colloc (5) colloc: first argument must be a scalar Is this a bug? --esm