Position of element in a row

1 visualizzazione (ultimi 30 giorni)
Inna Pelloso
Inna Pelloso il 9 Feb 2021
Commentato: madhan ravi il 9 Feb 2021
Hi,
I have a 3 x 2 matrix, A:
A = [1 2 3; 3 5 4]
How can I find the position of the number 3 in each row? I want to create B = [3;1]
Any help would be aprpeciated!
Inna

Risposta accettata

madhan ravi
madhan ravi il 9 Feb 2021
Use second output of find()
help find
  4 Commenti
Inna Pelloso
Inna Pelloso il 9 Feb 2021
Thank you. What does the '.' do?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Shifting and Sorting Matrices 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