Getting the indices from a matrice. Inspired by Problem 645. Getting the indices from a vector by the great Doug Hull. Given a matrix A (or a vector), return the indices (always in row) where A is greater than scalar, thresh. More instructive without FIND instruction.
why it is wrong
The last transpose is wrong.
1208 Solvers
Reverse the Words (not letters) of a String
244 Solvers
179 Solvers
Sum the numbers on the main diagonal
375 Solvers
255 Solvers