How to find strings in an excel file?

4 ビュー (過去 30 日間)
Diana
Diana 2013 年 4 月 8 日
I want to find all colons in an excel file
colons = findstr(char, ':');
colons shows up empty. why is that?
  1 件のコメント
Yao Li
Yao Li 2013 年 4 月 8 日
Have you loaded the data from Excel file to matlab?

サインインしてコメントする。

採用された回答

Diana
Diana 2013 年 4 月 9 日
Thanks for your reply
Yes, I did.
I also tried
colons = findstr(string, ':');
Any idea of what could be wrong?
  4 件のコメント
Yao Li
Yao Li 2013 年 4 月 11 日
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 2013 年 4 月 15 日
No worries. Can you explain to me what a cell type variable is?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by