23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

findstr<br />

0findstr<br />

Purpose Find one string within another<br />

<strong>C++</strong> Prototype mwArray findstr(const mwArray &str1, const mwArray &str2);<br />

<strong>C++</strong> Syntax #include "matlab.hpp"<br />

<strong>MATLAB</strong><br />

Syntax<br />

147<br />

mwArray str1, str2; // String array(s)<br />

mwArray k; // Return value<br />

k = findstr(str1,str2);<br />

k = findstr(str1,str2)<br />

See Also <strong>MATLAB</strong> findstr Calling Conventions

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!