I want to remove data from a table using conditions
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Haisam Khaled
le 15 Déc 2021
Réponse apportée : Haisam Khaled
le 15 Déc 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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!