I want to remove data from a table using conditions

1 Ansicht (letzte 30 Tage)
Haisam Khaled
Haisam Khaled am 15 Dez. 2021
Beantwortet: Haisam Khaled am 15 Dez. 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,:);

Akzeptierte Antwort

Haisam Khaled
Haisam Khaled am 15 Dez. 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);

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by