| MATLAB C++ Math Library | Search  Help Desk |
| strcmpi | See Also |
C++ Prototype
mwArray strcmpi(const mwArray &str1, const mwArray &str2);
C++ Syntax
#include "matlab.hpp"
mwArray S, T; // Input argument(s)
mwArray k, TF; // Return value
k = strcmpi("str1","str2");
TF = strcmpi(S,T);
MATLAB Syntax
k = strcmpi(str1,str2) TF = strcmpi(S,T)
See Also
strcmpi Calling Conventions