Problem 2589. Find Elements in Range
Solution Stats
Problem Comments
-
1 Comment
Ned Gulley
on 16 Sep 2014
I love the fact that you based this on a question from Answers! I kind of wanted to link back to it, but I can see that you might not want people to see your answer.
Solution Comments
-
1 Comment
Jason Nicholson
on 27 Aug 2018
This is a short coded solution but it is not efficient. A solution that involves sorting the vector, A, uses less memory and is faster but take a couple more lines of code.
Problem Recent Solvers58
Suggested Problems
-
Find the sum of all the numbers of the input vector
38228 Solvers
-
794 Solvers
-
Sum of diagonal of a square matrix
1435 Solvers
-
454 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
364 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!