MATLAB: How to find strings in an excel file

string-excel

I want to find all colons in an excel file
colons = findstr(char, ':');
colons shows up empty. why is that?

Best Answer

Thanks for your reply
Yes, I did.
I also tried
colons = findstr(string, ':');
Any idea of what could be wrong?