Return Row of Array corresponding to a certain element?

How can I call a certain row from an array "A" that contains a certain element (say "a")?

 Akzeptierte Antwort

the cyclist
the cyclist am 17 Dez. 2016
A(any(A==a,2),:)

2 Kommentare

aljawada13, if "a" is a fractional number that is not a power of 2, or an integer, be mindful of the faq for comparing floating point numbers: http://matlab.wikia.com/wiki/FAQ#Why_is_0.3_-_0.2_-_0.1_.28or_similar.29_not_equal_to_zero.3F
Thanks!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Chemistry finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by