Finding the value according to row number
Afficher commentaires plus anciens
I have an array which has 3 columns and a lot of rows(dr). In the first column, it has the row number (column 2)that of the data that I want to extract from another data set (data_crsp).
For example, dr(1:3,1), is [1 3 5], which means I want to draw the value of the second column and the first, third and fifth row of data. And put it in to the second column of the array.
Thanks guys!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Cell Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!