Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news.aset.psu.edu!support1.mathforum.org!not-for-mail
From: CandyGirl <Rasha@dqnetwork.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: merge two arrays
Date: Thu, 15 May 2008 15:56:17 EDT
Organization: The Math Forum
Lines: 9
Message-ID: <12019005.1210881407526.JavaMail.jakarta@nitrogen.mathforum.org>
References: <g0i33h$ntr$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1210881407 26280 144.118.30.135 (15 May 2008 19:56:47 GMT)
X-Complaints-To: news@support1.mathforum.org
NNTP-Posting-Date: Thu, 15 May 2008 19:56:47 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:468691


If you defined A and B as a matrices you could do it.
i.e :

A=[1,2;3,4;5,6], B=[7,8;9,10], and define C as
C=[A;B]

To be honest, I'm not  very familiar with arrays.

sorry ;)