string in excel file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
How can I find out if a certain word, e.g. 'oranges' is contained within an excel sheet? I can't use ismember as for some reason, the string has to be stored in a vector.
Thanks :)
0 Kommentare
Antworten (1)
Image Analyst
am 21 Jun. 2022
Not sure why you can't use ismember. Did you try readcell, strfind, and contains?
4 Kommentare
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!