| Author |
Comment/Response |
holman
|
05/29/11 3:15pm
Hi together,
I have a table in the form of:
{{1,2,3},{4,5,6},{7,8,9}}
and I like to join all elements together like this:
{1,2,3,4,5,6,7,8,9}
I tried to use the Join command, but I somehow could only join the first two elements,
Does anybody know how to do this?
URL: , |
|