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

3 vues (au cours des 30 derniers jours)
Adleen Alwi
Adleen Alwi le 28 Sep 2019
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?
  1 commentaire
madhan ravi
madhan ravi le 28 Sep 2019
What would be the desired result of the given matrix?

Connectez-vous pour commenter.

Réponses (1)

Ajay Kumar
Ajay Kumar le 28 Sep 2019
index_10s = find(A==10);

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by