Thread Subject: Concatenation of 4x2x4 with 4x2x96

Subject: Concatenation of 4x2x4 with 4x2x96

From: Menachem

Date: 26 Oct, 2009 03:44:02

Message: 1 of 2

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

Subject: Concatenation of 4x2x4 with 4x2x96

From: Doug Schwarz

Date: 26 Oct, 2009 03:46:20

Message: 2 of 2

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.

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
concatenation Menachem 25 Oct, 2009 23:49:02
rssFeed for this Thread

Contact us at files@mathworks.com