| C++ Math Library Reference | ![]() |
Find possible matches for a string
C++ Prototype
mwArray strmatch(const mwArray &str, const mwArray &STRS, const mwArray &flag=mwArray::DIN);
C++ Syntax
#include "matlab.hpp"
mwArray STRS; // Input argument(s)
i = strmatch("str",STRS);
i = strmatch("str",STRS,"exact");
MATLAB Syntax
i = strmatch('str',STRS)
i = strmatch('str',STRS,'exact')
See Also
strmatch Calling Conventions | strjust | strncmp | ![]() |