How to delete string END at end of each cell array?
2 次查看(过去 30 天)
显示 更早的评论
I have cellarray of size 9*23. At the end of each file, I have END as the ending row. I tried to use textscan to remove the string END but it didn't. I have end row different for each file so I can't use endrow = ...? Could you anyone told me how to do it in a loop?
1 个评论
James Tursa
2015-12-23
Can you give a short example of exactly what you have and what you want done? E.g., is the string 'END' one of your cell elements, or what?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!