How to do the following in one line?
Show older comments
data = data(data>xmin); data = data(data<xmax);
This is not working: data = data(data>xmin && data<xmax);
Accepted Answer
More Answers (0)
Categories
Find more on Tables 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!