Question: How do I search within a column of a matrix?

Probably quite simple, but I can't get it done:

I need to search a column of a matrix (floats in ascending order). If a specific value is exceeded, i want to know the row index.

I'm more used to Matlab, it would be like an equivalent to the matlab "find" command.

Please Wait...