Matlab/Scilab equivalent
Matlab | Scilab |
![]() strcmp(str1, str2, 'i') |
![]() | Note that strcmpi can be use without string inputs.
In this case, Matlab returns 0. |
Report an issue | ||
<< strcmp (Matlab function) | S | strfind (Matlab function) >> |
Matlab | Scilab |
![]() strcmp(str1, str2, 'i') |
![]() | Note that strcmpi can be use without string inputs.
In this case, Matlab returns 0. |
Report an issue | ||
<< strcmp (Matlab function) | S | strfind (Matlab function) >> |