findStringInCell(C,S)
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
Cita come
Sugato (2025). findStringInCell(C,S) (https://www.mathworks.com/matlabcentral/fileexchange/64098-findstringincell-c-s), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |