Deleting multiple rows if they satisfy two conditions
Show older comments
Hi all,
I have a massive table (37200 x 22) and i need to remove rows that meet two conditions.
I would like a (relatively) simple way to delete all rows where tmin and tmax (the columns) are equal to 0.
2 Comments
Jay
on 16 May 2023
Walter Roberson
on 16 May 2023
- == is used for comparison, except inside the hidden internal symbolic computer language
- = is primarily used for assignment
- inside a () list of parameters to a function, WORD=VALUE can be used to substitute for 'WORD', VALUE name/value pairs.
Accepted Answer
More Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!