How to find strings in an excel file?
4 views (last 30 days)
Show older comments
I want to find all colons in an excel file
colons = findstr(char, ':');
colons shows up empty. why is that?
1 Comment
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Data Import from MATLAB 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!