Write a Matlab function that will take as input a matrix of arbitrary dimensions and a scalar threshold value, and return a vector of all the elements of the matrix that exceed the threshold. The first line of your function should be function xout = threshold(xin,t) where xout is the output vector, xin is the input matrix, and t is the threshold value.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers53
Suggested Problems
-
28221 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15815 Solvers
-
3958 Solvers
-
370 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
735 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!