How to find strings in an excel file?

4 vues (au cours des 30 derniers jours)
Diana
Diana le 8 Avr 2013
I want to find all colons in an excel file
colons = findstr(char, ':');
colons shows up empty. why is that?
  1 commentaire
Yao Li
Yao Li le 8 Avr 2013
Have you loaded the data from Excel file to matlab?

Connectez-vous pour commenter.

Réponse acceptée

Diana
Diana le 9 Avr 2013
Thanks for your reply
Yes, I did.
I also tried
colons = findstr(string, ':');
Any idea of what could be wrong?
  4 commentaires
Yao Li
Yao Li le 11 Avr 2013
sorry, I think it is not good to use string as the name of the variable.
find(strcmp(':',text_load_from_Excel ))
text_load_from_Excel is a cell type variable loaded from the Excel file
Diana
Diana le 15 Avr 2013
No worries. Can you explain to me what a cell type variable is?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by