フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

converting cell to str

1 回表示 (過去 30 日間)
Mahesh Vibhute
Mahesh Vibhute 2015 年 9 月 2 日
閉鎖済み: Stephen23 2015 年 9 月 2 日
Hi.
I am trying to load a bunch of log files, and then find certain keywords in it.
C is the cell containing the 40 input files in which i want to find certain keywords.
iscellstr(C) = 0
Since i cannot use C in strfnd, i have to convert it into C2 as:
C2 = [C{:,i}]
However, here's the main problem. C contains all the 40 files i want to read, but C2 contains only one, the 40th file.
Any suggestions about the conversion will be appreciated.
Thanks in advance,
Mahesh

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by