Delete rows from a timetable with an specific criteria

10 vues (au cours des 30 derniers jours)
Angelavtc
Angelavtc le 14 Jan 2020
Hi to all!
How can I remove from a timetable which contains 3 columns/variables (Price, Group_Count, Mean_Volume) the observations where, for example, Group_Count<335?
I am new using matlab and any help would be really appreciated!

Réponse acceptée

Steven Lord
Steven Lord le 14 Jan 2020
See the "Select Rows with Logical Indexing" section on this documentation page for an example you can use as a model. That example uses indexing to select patients whose Age is less than 40, but you could use the same approach with the normal deletion syntax to delete rows corresponding to patients whose Age is greater than or equal to 40. The "Search for Rows to Delete" section on this documentation page has an example of the deletion approach. While that second documentation page is in the section of the documentation dealing with table arrays, table arrays and timetable arrays both support this type of indexing.

Plus de réponses (0)

Catégories

En savoir plus sur Tables 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!

Translated by