photo

Giammarco Valenti


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Review
  • First Answer
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

6 years 前