I want to remove data from a table using conditions
1 view (last 30 days)
Show older comments
Haisam Khaled
on 15 Dec 2021
Answered: Haisam Khaled
on 15 Dec 2021
I want to delete the data above the red line using conditions
I used this code but the image says it all.
gh=(vntaxi.Fare >= 55 & vntaxi.Fare <= 100 & vntaxi.Distance <= 20);
tes=vntaxi(~gh,:);
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Matrix Indexing 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!