Scilab 6.0.0
- Справка Scilab
- Matlab to Scilab Conversion Tips
- 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 >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > S > strcmp (Matlab function)
strcmp (Matlab function)
Compare strings
Matlab/Scilab equivalent
Matlab | Scilab |
strcmp(str1,str2) |
str1==str2 |
Particular cases
![]() | Note that strcmp can be use with not string inputs, in this case Matlab returns 0. Scilab == will in this case return %T if both inputs are equal. |
Comments
Add a comment:
Please login to comment this page.