remove rows with empty variables within timetable

8 ビュー (過去 30 日間)
Sehoon Chang
Sehoon Chang 2020 年 9 月 2 日
回答済み: Mohammad Sami 2020 年 9 月 3 日
Hi all
I have a table with numerous variables that are empty/not recorded at certain point of time (mostly front and rear row, due to different measurement period or simply missing).
How can i just keep the central part, in which all the measurement of all variables are present, and remove the front and rear row in which even a single measurement is missing?
Below is an examplary timetable to explain what i intend to do.
thanks :)

採用された回答

Mohammad Sami
Mohammad Sami 2020 年 9 月 3 日
You can use the rmmissing function. It will remove all rows where any of the columns are missing.
b = rmmissing(a);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by