Matrix indexing with two vectors of indices - MATLAB Cody - MATLAB Central

Problem 589. Matrix indexing with two vectors of indices

Difficulty:Rate

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

46.97% Correct | 53.03% Incorrect
Last Solution submitted on May 08, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
1
3

Problem Recent Solvers739

Suggested Problems

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!