Hi, Sorry that this is such a simple question but I have not been able to figure this out.
I have a 1787x2 matrix stored as an array (called dvh_bs
, and I want to access the row in which the second column is equal to 0.5. How would I do this without constructing a for loop?
Thanks