- #1
- 970
- 670
Given a list of indices
ind = {1, 3, 2}
, is there a shortcut to this? :--
Code:
MyList[[ ind[[1]], ind[[2]], ind[[3]] ]]