How to find strings in an excel file?
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
Yao Li
on 8 Apr 2013
Have you loaded the data from Excel file to matlab?
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets 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!