Compare strings
Matlab Scilab
`strcmp`_(str1,str2)
str1==str2
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.
Enter search terms or a module, class or function name.