I want to remove data from a table using conditions
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Haisam Khaled
il 15 Dic 2021
Risposto: Haisam Khaled
il 15 Dic 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!