Create matrix based on the row numbers

1 次查看(过去 30 天)
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
];

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2017-5-7

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by