Azzera filtri
Azzera filtri

how to determine index number and equate to x and y?

1 visualizzazione (ultimi 30 giorni)
A=[4 2 0
3 -5 3
17 3 5]
how to determine the index value of "10"s in the matrix and equate it to x and y?

Risposte (1)

Ajay Kumar
Ajay Kumar il 28 Set 2019
index_10s = find(A==10);

Categorie

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by