strcmp
Strings comparaison.
Syntax
res = strcmp(s1, s2)
Input argument
s1 - a string, string array or cell of strings.
s2 - a string, string array or cell of strings.
Output argument
res - a logical: true if the two are identical and false otherwise.
Description
strcmp compares two strings.
Example
See also
char.
History
Author
Allan CORNET
Last updated