In an excel sheet, how can I extract the rows which contain a specific string data called (T1L2). this variable happens only in the second column (conditions). Thanks
古いコメントを表示
I start with this commands:
[num,text,raw]=xlsread('filename.xlsx',1);
conditions=raw(:,2);
but then I don't know how to select the rows which contain the this word (T1L2) in their second column.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!