[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: function cat() ?
From: |
Paul Kienzle |
Subject: |
Re: function cat() ? |
Date: |
Thu, 29 Jun 2000 14:09:00 +0100 (BST) |
From: Georges Landa <address@hidden>
>Hello,
>is there an equivalent of the cat() function used
>in matlab to concatenate matrices ?
>cordially,
>Georges
No, octave doesn't have multi-dimensional array support. In two
dimensions, you can get the effect using [ A ; B ] or [ A , B ]
depending whether you want to concatenate along dimension 1 or
dimension 2.
Paul Kienzle
address@hidden
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- function cat() ?, Georges Landa, 2000/06/29
- Re: function cat() ?,
Paul Kienzle <=