combine two cell in one string and compare it with pattern
Ältere Kommentare anzeigen

For exaple If I want to combine two cell in one character or string and seperate between them by a space this should be as ' 20Ah CATL'
then I have a file name I want to compere it with to check does the file name contains one of them or not. to be more clear example:
finle name : ''Hallo_CATL'' and my string is ' 20Ah CATL' does the file name contain CATL or 20Ah.
Thanks in advance
Akzeptierte Antwort
Weitere Antworten (1)
KSSV
am 27 Jul. 2019
0 Stimmen
Read about strcat, strjoin
Kategorien
Mehr zu Characters and Strings 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!