C++ Math Library Reference | ![]() ![]() |
Convert a matrix into a string
C++ Prototype
mwArray mat2str(const mwArray &A); mwArray mat2str(const mwArray &A, const mwArray &n);
C++ Syntax
#include "matlab.hpp" mwArray A, n; // Input argument(s) mwArray str; // Return value str = mat2str(A); str = mat2str(A,n);
MATLAB Syntax
str = mat2str(A) str = mat2str(A,n)
See Also
mat2str
Calling Conventions![]() | magic | max | ![]() |