Scilab 6.1.0
- Scilab Help
- Code Matlab => Scilab
- Matlab-Scilab equivalents
- S
- save (Matlab function)
- schur (Matlab function)
- setstr (Matlab function)
- sign (Matlab function)
- sin (Matlab function)
- sinh (Matlab function)
- size (Matlab function)
- sort (Matlab function)
- sparse (Matlab function)
- sqrt (Matlab function)
- strcmp (Matlab function)
- strcmpi (Matlab function)
- strfind (Matlab function)
- strrep (Matlab function)
- struct (Matlab function)
- sum (Matlab function)
- surf (Matlab function)
- svd (Matlab function)
- switch (Matlab function)
Scilab Help >> Code Matlab => Scilab > Matlab-Scilab equivalents > S > strcmpi (Matlab function)
strcmpi (Matlab function)
Compare strings ignoring case
Matlab/Scilab equivalent
Matlab | Scilab |
strcmpi(str1, str2) |
strcmp(str1, str2, 'i') |
Particular cases
![]() | Note that strcmpi can be use without string inputs.
In this case, Matlab returns 0. |
Comments
Add a comment:
Please login to comment this page.