Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe12.iad.POSTED!7564ea0f!not-for-mail
From: Doug Schwarz <see@sig.for.address.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Concatenation of 4x2x4 with 4x2x96
References: <hc35u2$kue$1@fred.mathworks.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
User-Agent: MT-NewsWatcher/3.5.2 (Intel Mac OS X)
Message-ID: <see-E835D6.23462025102009@news.frontiernet.net>
Lines: 19
X-Complaints-To: abuse-news@frontiernet.net
NNTP-Posting-Date: Mon, 26 Oct 2009 03:46:20 UTC
Organization: Frontier
Date: Sun, 25 Oct 2009 23:46:20 -0400
Xref: news.mathworks.com comp.soft-sys.matlab:579971


In article <hc35u2$kue$1@fred.mathworks.com>,
 "Menachem " <23bbcvbcvbb2131@gmail.com> wrote:

> Hello I need to combine two numeric matrices
> size(a)=4x2x4 and
> size(b)=4x2x96 to make matrix c
> size(c)=4x2x100
> 
> I have tried c=[a b]; c=[a,b]; c=[a;b];
> 
> but they don't work. What is the correct form?
> thank you very much

cat(3,a,b)

-- 
Doug Schwarz
dmschwarz&ieee,org
Make obvious changes to get real email address.