Given an input vector x, remove all elements of x less than 5 .
Example:
Input x = [ 1 2 5 7 3 ] Output y is [ 5 7 ]
construct matrix with identical rows
138 Solvers
198 Solvers
Back to basics - mean of corner elements of a matrix
237 Solvers
Determine the length of a string of characters
122 Solvers
745 Solvers
Problem Tags