Path: news.mathworks.com!not-for-mail
From: "Jos " <DELjos@jasenDEL.nl>
Newsgroups: comp.soft-sys.matlab
Subject: Re: merge two arrays
Date: Thu, 15 May 2008 20:02:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 43
Message-ID: <g0i4rq$9kp$1@fred.mathworks.com>
References: <g0i33h$ntr$1@fred.mathworks.com>
Reply-To: "Jos " <DELjos@jasenDEL.nl>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210881722 9881 172.30.248.38 (15 May 2008 20:02:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 15 May 2008 20:02:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 870065
Xref: news.mathworks.com comp.soft-sys.matlab:468693


"Young Ryu" <ryuyr77@gmail.com> wrote in message 
<g0i33h$ntr$1@fred.mathworks.com>...
> Hi-
> 
> I have two arrays:
> A=
> 1 2
> 3 4
> 5 6
> 
> and
> B=
> 7 8
> 9 10
> 
> I tried to merge two arrays like:
> C=
> 1 2
> 3 4
> 5 6
> 7 8
> 9 10
> 
> Is there any simple method for getting C?
> 
> Thanks!
> 
> 
> 
> 
> 

look at

help horzcat

and try things out. 

Also the "Getting Started" section might be very useful for 
you.

hth
Jos