From: lotfi elsayed on
hey guys
i need ur help plz

i have 2 matrix of equal size and i need to put them in a table
thx for ur help
From: TideMan on
On Apr 12, 6:06 am, "lotfi elsayed" <lotfi_sa...(a)hotmail.com> wrote:
> hey guys
> i need ur help plz
>
> i have 2 matrix of equal size and i need to put them in a table
> thx for ur help

In your haste to dash off the post in pidgin English, you omitted some
details, but I've figured it out:
For matrices A and B of equal size, you can put them in a table like
this:
table=[A;B};
From: John D'Errico on
TideMan <mulgor(a)gmail.com> wrote in message <171117ba-8434-4c20-bbb4-114389100710(a)c36g2000yqm.googlegroups.com>...
> On Apr 12, 6:06 am, "lotfi elsayed" <lotfi_sa...(a)hotmail.com> wrote:
> > hey guys
> > i need ur help plz
> >
> > i have 2 matrix of equal size and i need to put them in a table
> > thx for ur help
>
> In your haste to dash off the post in pidgin English, you omitted some
> details, but I've figured it out:
> For matrices A and B of equal size, you can put them in a table like
> this:
> table=[A;B};

I can't resist pointing out that in your haste to
respond, it should have read

table=[A;B];

The symmetry seemed appropriate though.

John
From: TideMan on
On Apr 12, 10:13 am, "John D'Errico" <woodch...(a)rochester.rr.com>
wrote:
> TideMan <mul...(a)gmail.com> wrote in message <171117ba-8434-4c20-bbb4-114389100...(a)c36g2000yqm.googlegroups.com>...
> > On Apr 12, 6:06 am, "lotfi elsayed" <lotfi_sa...(a)hotmail.com> wrote:
> > > hey guys
> > > i need ur help plz
>
> > > i have 2 matrix of equal size and i need to put them in a table
> > > thx for ur help
>
> > In your haste to dash off the post in pidgin English, you omitted some
> > details, but I've figured it out:
> > For matrices A and B of equal size, you can put them in a table like
> > this:
> > table=[A;B};
>
> I can't resist pointing out that in your haste to
> respond, it should have read
>
> table=[A;B];
>
> The symmetry seemed appropriate though.
>
> John

Thank you.
You're right, but perhaps it should have been:
table=[A B];