C++ Math Library Reference | ![]() ![]() |
Control the output display format
C++ Prototype
void format(); void format(const mwArray &a); void format(const mwArray &a, const mwArray &b);
C++ Syntax
#include "matlab.hpp" mwArray a, b; // Input argument(s) format(); format(a); format(a,b);
MATLAB Syntax
MATLAB performs all computations in double precision.
See Also
format
Calling Conventions![]() | fopen | fprintf | ![]() |