strcmpi (Matlab function)

Compare strings ignoring case

Matlab/Scilab equivalent

Matlab Scilab

`strcmpi`_(str1,str2)
`convstr`_(str1)==`convstr`_(str2)

Particular cases

Note that strcmpi 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.

Table Of Contents

This Page