Hi,

I have intervals of varying length and I want to add a different constant
to each of them.

Is there a better way than the following to achieve this :

   (<"0 , 10 20 30) +&.> <@i."0 (3 2 4)
┌────────┬─────┬───────────┐
│10 11 12│20 21│30 31 32 33│
└────────┴─────┴───────────┘


Thanks
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to