23.07.2012 Views

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

MATLAB C++ Math Library Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

std_func<br />

0std_func<br />

Purpose Standard deviation<br />

<strong>C++</strong> Prototype mwArray std_func(const mwArray &X);<br />

mwArray std_func(const mwArray &X, const mwArray &flag);<br />

mwArray std_func(const mwArray &X, const mwArray &flag,<br />

const mwArray &dim);<br />

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

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

Syntax<br />

365<br />

mwArray X, flag, dim; // Input argument(s)<br />

mwArray s; // Return value<br />

s = std_func(X);<br />

s = std_func(X,flag);<br />

s = std_func(X,flag,dim);<br />

s = std(X)<br />

s = std(X,flag)<br />

s = std(X,flag,dim)<br />

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

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

Saved successfully!

Ooh no, something went wrong!