check if values are in multiple ranges
Show older comments
hello, so i have a vector of values a = [1,2,4,5,6]; and I want to know if these are within multiple ragnes. Thus I have a baseline for each range val_bottom = [0, 5, 3, 2]; and i have a ceiling for each vals_top = [5, 10, 8, 12]; . I want to know which of the values in a fall into each range, thus I would like four outputs one for each range. If anyone can help that would be amazing.
Accepted Answer
More Answers (0)
Categories
Find more on Data Type Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!