"Yaron " <yaron.glazer@ge.com> wrote in message <loduvj$9h5$1@newscl01ah.mathworks.com>...
> Try : C=zeros(1,50); C(:)=[A;B]
>
>
>
> "Young Ryu" 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!
> >
> >
> >
> >
> >
> Try : C=zeros(1,50); C(:)=[A;B]
>
>
>
> "Young Ryu" 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!
> >
> >
> >
> >
> >