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
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com