How to delete string END at end of each cell array?

2 views (last 30 days)
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 Comment
James Tursa
James Tursa on 23 Dec 2015
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?

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!