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.

0format<br />

Purpose Control the output display format<br />

<strong>C++</strong> Prototype void format();<br />

void format(const mwArray &a);<br />

void format(const mwArray &a, const mwArray &b);<br />

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

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

Syntax<br />

mwArray a, b; // Input argument(s)<br />

format();<br />

format(a);<br />

format(a,b);<br />

<strong>MATLAB</strong> performs all computations in double precision.<br />

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

format<br />

168

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

Saved successfully!

Ooh no, something went wrong!