Scilab-Branch-6.1-GIT
- Ajuda do Scilab
- Code Matlab => Scilab
- Matlab-Scilab equivalents
- S
- save (Matlab function)
- setstr (Matlab function)
- size (Matlab function)
- sort (Matlab function)
- sparse (Matlab function)
- strcmp (Matlab function)
- strcmpi (Matlab function)
- strfind (Matlab function)
- strrep (Matlab function)
- sum (Matlab function)
- surf (Matlab function)
- switch (Matlab function)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
strcmpi (Matlab function)
Compare strings ignoring case
Matlab/Scilab equivalent
Matlab | Scilab |
strcmpi(str1, str2) |
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) >> |