string in excel file
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Image Analyst
2022-6-21
Not sure why you can't use ismember. Did you try readcell, strfind, and contains?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!