string in excel file
Ä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 :)
Antworten (1)
Image Analyst
am 21 Jun. 2022
0 Stimmen
Not sure why you can't use ismember. Did you try readcell, strfind, and contains?
4 Kommentare
Davindra Usov
am 21 Jun. 2022
Image Analyst
am 21 Jun. 2022
The search term is a string but g is a table.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
Davindra Usov
am 21 Jun. 2022
Davindra Usov
am 21 Jun. 2022
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!