Problem 589. 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)).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers769
Suggested Problems
-
2522 Solvers
-
281 Solvers
-
1292 Solvers
-
395 Solvers
-
Construct an index vector from two input vectors in vectorized fashion
445 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!