Azzera filtri
Azzera filtri

finding values of a matrix

1 visualizzazione (ultimi 30 giorni)
johnson saldanha
johnson saldanha il 2 Nov 2018
Modificato: KSSV il 2 Nov 2018
how to find the values of a particular column corresponding to the known index numbers? for ex: the matrix is x and the index numbers are 2,4,6 and in the third coulumn i need to find the values corresponding to those index numbers.

Risposta accettata

KSSV
KSSV il 2 Nov 2018
Modificato: KSSV il 2 Nov 2018
iwant = x([2 4 6],3)
If not above, you might be looking for sub2ind / ind2sub. Read about these functions.

Più risposte (0)

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