Delete rows from a timetable with an specific criteria

조회 수: 11 (최근 30일)
Angelavtc
Angelavtc 2020년 1월 14일
답변: Steven Lord 2020년 1월 14일
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!

채택된 답변

Steven Lord
Steven Lord 2020년 1월 14일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by