a = 1:20; b = [2,5;12,16];
I\'m looking for a way to extract the elements in a within the range of b rows. I tried
a
b