How to delete empty lines in a table
9 views (last 30 days)
Show older comments
Hello all, I have an easy question for you. How would you delete all empty lines in a table? Thank you
1 Comment
Image Analyst
on 3 Jul 2016
Start with the last row and work up using a for loop. Are all the columns of the same data type, like double? Or is there a mix of data types? Can you supply a sample table?
Answers (1)
See Also
Categories
Find more on Tables 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!