Problem 2561. expand intervals vol.3
This is the next problem after 2528 and 2560. It is a more general case, when bounds creates intersections between intervals. Description changes as follow:
Given a row vector of an even number of scalars. Each pair create bounds of an interval but their occurence may vary. Return a row vector which consists of all the integers, ordered, non repeated, within these intervals (union of integer intervals).
See also problem 1986
Solution Stats
Problem Comments
-
4 Comments
In the explanations, links are to problems, but in the solve page, links are to solutions.
Newer checked that. Thanks for pointing that out.
Should be ok now. Using seems to be not a good idea here. I have to check other problems I've submitted :-)
problem statement is a little vague
Solution Comments
Show commentsProblem Recent Solvers67
Suggested Problems
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
372 Solvers
-
Duplicate each element of a vector.
605 Solvers
-
Is this triangle right-angled?
5804 Solvers
-
106 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
959 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!