Create matrix based on the row numbers

1 view (last 30 days)
Alex Rob
Alex Rob on 7 May 2017
Answered: Andrei Bobrov on 7 May 2017
Matrix A as follows:
A = [
1
3
4
7
];
Matrix B as follows:
B = [
186691
186242
106221
176882
179562
156792
155692
158642
155785
157852
];
I want to create matrix C as follow where matrix A is the selected row numbers of matrix B.
C = [
186691
106221
176882
155692
];

Answers (1)

Andrei Bobrov
Andrei Bobrov on 7 May 2017

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!