string in excel file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 21 de Jun. de 2022
Not sure why you can't use ismember. Did you try readcell, strfind, and contains?
4 comentarios
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!