Function Description:
This function returns the index of a string (S) in a cell array (C).
AUTHOR: Sugato Ray | Created on: 18-May-2017 | ray.sugato[at]gmail.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
PLEASE ACKNOWLEDGE THE AUTHOR IF YOU USE THIS CODE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
INPUT:
C = Cell array
S = String to look for
OUTPUT:
Index = index of the string in the cell
EXAMPLE:
Index = findStringCell(C,S);
Index = findStringCell({'alpha','beta','x','z'},'beta'); % this returns Index = 2
引用格式
Sugato (2025). findStringInCell(C,S) (https://www.mathworks.com/matlabcentral/fileexchange/64098-findstringincell-c-s), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |