electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

Matlab Concatenation of 4x2x4 with 4x2x96


Post new topic  Reply to topic    EDAboard.com Forum Index -> Software Problems, Hints and Reviews -> Matlab Concatenation of 4x2x4 with 4x2x96
Author Message
reaman4ever



Joined: 10 Oct 2008
Posts: 2


Post26 Oct 2009 4:34   

Matlab Concatenation of 4x2x4 with 4x2x96


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
Back to top
Google
AdSense
Google Adsense




Post26 Oct 2009 4:34   

Ads




Back to top
R00KIE



Joined: 19 Jan 2003
Posts: 139
Helped: 20
Location: Portugal


Post26 Oct 2009 16:21   

Matlab Concatenation of 4x2x4 with 4x2x96


Maybe something like this:

c(4,2,1:4) = a(4,2,1:4);
c(4,2,5:100) = b(4,2,1:96);
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> Software Problems, Hints and Reviews -> Matlab Concatenation of 4x2x4 with 4x2x96
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
VHDL concatenation operator (&) with INTEGER type (2)
VHDL concatenation and integer-to-single-bit Question (2)
MATLAB: how to link matlab with opnet (1)
PLL design with matlab Matlab (4)
help me with antenna with radome in matlab (4)
with matlab (5)
convolution with matlab? (7)
Drawing with Matlab (2)
Problem with Matlab 7 (20)
GUI with Matlab (3)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS