Effacer les filtres
Effacer les filtres

I want to remove data from a table using conditions

1 vue (au cours des 30 derniers jours)
Haisam Khaled
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,:);

Réponse acceptée

Haisam Khaled
Haisam Khaled le 15 Déc 2021
I FIGURED IT OUT
I will keep this post up for anyone that wants help.
I used this line of code. The idea is simply to use a line equation for the data.
gh=(vntaxi.Fare > 2.25*vntaxi.Distance+55);

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by