Message Boards Message Boards

1
|
3893 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

Extracting Columns from multi dimensional list

POSTED BY: l van Veen
In[63]:= Partition[Extract[ivv, Flatten[{{#, 1, 1}, {#, 2, 3}} & /@ Range[3], 1]], 2]
Out[63]= {{a[1, 1, 1], b[1, 2, 3]}, {a[2, 1, 1],  b[2, 2, 3]}, {a[3, 1, 1], b[3, 2, 3]}}
POSTED BY: Udo Krause
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract