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.

0strjust<br />

Purpose Justify a character array<br />

<strong>C++</strong> Prototype mwArray strjust(const mwArray &S,<br />

const mwArray &justify=mwArray::DIN);<br />

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

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

Syntax<br />

mwArray S; // Input argument(s)<br />

mwArray T; // Return value<br />

T = strjust(S);<br />

T = strjust(S,"right");<br />

T = strjust(S,"left");<br />

T = strjust(S,"center");<br />

T = strjust(S)<br />

T = strjust(S,'right')<br />

T = strjust(S,'left')<br />

T = strjust(S,'center')<br />

See Also <strong>MATLAB</strong> strjust Calling Conventions<br />

strjust<br />

372

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

Saved successfully!

Ooh no, something went wrong!