C++ Math Library Reference | ![]() ![]() |
Convert sparse matrix to full matrix
C++ Prototype
mwArray full(const mwArray &S);
C++ Syntax
#include "matlab.hpp" mwArray S; // Input argument(s) mwArray A; // Return value A = full(S);
MATLAB Syntax
A = full(S)
See Also
full
Calling Conventions![]() | ftell | funm | ![]() |