a,:b NB. note differences between , ,. and ,:

On Thu, Sep 6, 2012 at 5:23 PM, pascha <[email protected]> wrote:
>
> Maybe it's too simple but I do have problem. I have two matrix with the same
> size but with different values, i.e.:
> i.3 4
> 0 1  2  3
> 4 5  6  7
> 8 9 10 11
> and
> 1+ i.3 4
> 1  2  3  4
> 5  6  7  8
> 9 10 11 12
> now both have size of 3 x 4. How would you concatenate them to one matrix to
> have the size of 2 x 3 x 4 so that they appear like:
>
> 0 1  2  3
> 4 5  6  7
> 8 9 10 11
>
> 1  2  3  4
> 5  6  7  8
> 9 10 11 12
> --
> View this message in context: 
> http://old.nabble.com/concatenate-and-reshape-matrix-tp34399792s24193p34399792.html
> Sent from the J Programming mailing list archive at Nabble.com.
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to