help-octave
[Top][All Lists]
Advanced

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

Re: 'cat'-ing single matrices


From: Keith Goodman
Subject: Re: 'cat'-ing single matrices
Date: Wed, 5 Apr 2006 10:12:16 -0700

On 4/5/06, Joshua Rigler <address@hidden> wrote:
> Can someone say whether Octave versions greater than 2.1.71 have a 'cat'
> function that does *not* return an error if passed a single matrix?  In
> other words, if one types:
>
>    >> cat(1,rand(3,1))

Yes, it works in 2.9.4:

>> cat(1,rand(3,1))
ans =

  0.088169
  0.724090
  0.527976



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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