Help!!! Is there a way to get rid of a row in a timetable if any of the columns contain a negative values or any value thats below a given limit??

1 次查看(过去 30 天)
I want to set an arbitrary limit and eliminate any row that contain a value below the limit in a specified column of the timetable. So as an example, if i have columns A,B,C and there is a row in column B that is below a certain value i set, i want to get rid of the entire row. Is there a fuction or a nifty way of doing this? I am really trying to avoid creating any type of of loop as that would make my work messy.

采纳的回答

Walter Roberson
Walter Roberson 2021-7-9
T(T.B < threshold,:) = [];

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Objects 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by