I want to remove data from a table using conditions
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Haisam Khaled
el 15 de Dic. de 2021
Respondida: Haisam Khaled
el 15 de Dic. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!