C++ Math Library Reference | ![]() ![]() |
Identify the computer on which MATLAB is running
C++ Prototype
mwArray computer(); mwArray computer(mwArray *maxsize);
C++ Syntax
#include "matlab.hpp" mwArray maxsize; // Output argument(s) mwArray str; // Return value str = computer(); maxsize = computer(&maxsize);
MATLAB Syntax
str = computer
[str,
maxsize] = computer
See Also
computer
Calling Conventions![]() | compan | cond | ![]() |