strcmp (Matlab function)
Compare strings
Matlab/Scilab equivalent
Matlab | Scilab |
strcmp(str1, str2) |
strcmp(str1, str2) |
Note that strcmp can be use with not string inputs.
In this case Matlab returns 0. |
Report an issue | ||
<< sparse (Matlab function) | S | strcmpi (Matlab function) >> |