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
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Cell Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!