Create matrix based on the row numbers

1 visualizzazione (ultimi 30 giorni)
Alex Rob
Alex Rob il 7 Mag 2017
Risposto: Andrei Bobrov il 7 Mag 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
];

Risposte (1)

Andrei Bobrov
Andrei Bobrov il 7 Mag 2017

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by